|
Size: 746
Comment: Update WindowID > Window*
|
Size: 685
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.
Contents
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
