Wiki Page Content

Revision 3 as of 2010-08-29 22:25:59

Clear message

SDL_SetWindowData

Use this function to associate an arbitrary pointer with a window.

Syntax

void SDL_SetWindowData(SDL_Window* window,
                       void*       userdata)

Function Parameters

window

the window to associate with the pointer

userdata

the associated pointer

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