#pragma section-numbers off #pragma camelcase off = SDL_GetWindowData = Use this function to retrieve the data pointer associated with a window. <> == Syntax == {{{#!highlight cpp void* SDL_GetWindowData(SDL_Window* window, const char* name) }}} == Function Parameters == ||'''window'''||the window to query|| ||'''name'''||the name of the pointer|| == Return Value == Returns the value associated with '''name'''. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_SetWindowData]] ---- [[CategoryAPI]], [[CategoryVideo]]