Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2010-01-21 18:17:56
Size: 746
Editor: SheenaSmith
Comment: Update WindowID > Window*
Revision 4 as of 2010-08-29 22:22:00
Size: 685
Editor: SheenaSmith
Comment: update content (w/ Sam); remove 'draft' note
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 15: Line 14:
== Function Parameters ==
||'''window'''||the window to query||
Line 16: Line 18:
*is there a RV for void*? The pointer is passed to the callback function.???

== Function Parameters ==
||'''window'''||the type used to identify the window||
Returns a data pointer associated with the window by the function [[SDL_SetWindowData]]().

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

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

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