|
Size: 765
Comment: update content
|
Size: 664
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 11: | Line 10: |
| ||SDL_SYSWM_UNKNOWN||^subsystem unknown^|| ||SDL_SYSWM_WINDOWS||^Win32-based systems^|| ||SDL_SYSWM_X11||^Apple-based systems^|| ||SDL_SYSWM_DIRECTFB||description|| ||SDL_SYSWM_COCOA||^Apple OS X-based systems^|| |
||SDL_SYSWM_WINDOWS||Microsoft Windows^®^|| ||SDL_SYSWM_X11||X Window System|| ||SDL_SYSWM_DIRECTFB||[[http://www.directfb.org|DirectFB]]|| ||SDL_SYSWM_COCOA||Apple OS X|| |
| Line 30: | Line 28: |
| .[[SDL_GetWindowWMInfo]]??? | .[[SDL_GetWindowWMInfo]] |
SDL_SYSWM_TYPE
An enumeration of the various supported windowing subsystems.
Values
SDL_SYSWM_WINDOWS |
Microsoft Windows® |
SDL_SYSWM_X11 |
X Window System |
SDL_SYSWM_DIRECTFB |
|
SDL_SYSWM_COCOA |
Apple OS X |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Structures
