Wiki Page Content

Revision 1 as of 2010-01-17 06:30:40

Clear message

DRAFT

SDL_SetWindowData

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

Syntax

void SDL_SetWindowData(SDL_WindowID windowID,
                       void*        userdata)

Function Parameters

windowID

the type used to identify the window

userdata

a pointer passed as the first parameter to the callback function

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