Wiki Page Content

Revision 4 as of 2010-08-29 22:22:00

Clear message

SDL_GetWindowData

Use this function to retrieve the data pointer associated with the window.

Syntax

void* SDL_GetWindowData(SDL_Window* window)

Function Parameters

window

the window to query

Return Value

Returns a data pointer associated with the window by the function SDL_SetWindowData().

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVideo

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit