Wiki Page Content

SDL_GetWindowData

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

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


CategoryAPI, CategoryVideo

None: SDL_GetWindowData (last edited 2011-02-24 19:37:22 by SheenaSmith)

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