Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-01-17 22:09:29
Size: 752
Editor: SheenaSmith
Comment:
Revision 3 as of 2010-01-21 18:17:56
Size: 746
Editor: SheenaSmith
Comment: Update WindowID > Window*
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
void* SDL_GetWindowData(SDL_WindowID windowID) void* SDL_GetWindowData(SDL_Window* window)
Line 16: Line 16:
*is there a RV for void*? The pointer is passed to the callback function.???* *is there a RV for void*? The pointer is passed to the callback function.???
Line 19: Line 19:
||'''windowID'''||the type used to identify the window|| ||'''window'''||the type used to identify the window||

DRAFT

SDL_GetWindowData

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

Syntax

void* SDL_GetWindowData(SDL_Window* window)

Return Value

*is there a RV for void*? The pointer is passed to the callback function.???

Function Parameters

window

the type used to identify the window

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