Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2010-10-09 05:56:16
Size: 677
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 5 as of 2010-10-18 03:21:06
Size: 673
Editor: SheenaSmith
Comment: update content - pointers, structs
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||'''window'''||the SDL_Window to associate with the pointer|| ||'''window'''||the window to associate with the pointer||

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

None: SDL_SetWindowData (last edited 2013-07-23 12:50:11 by axper)

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