DRAFT |
SDL_GetWindowData
Use this function to retrieve the data pointer associated with the window.
Contents
Syntax
void* SDL_GetWindowData(SDL_Window* window)
Return Value
*is there a RV for void*? The pointer is passed to the callback function.???
Function Parameters
window |
the type used to identify the window |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
