SDL_GetWindowData
Use this function to retrieve the data pointer associated with a window.
Contents
Syntax
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
You can add your code example here
Remarks
You can add useful comments here