|
Size: 722
Comment: create page, add content (9/27 changeset 4900)
|
Size: 944
Comment: Updated with content from header file.
|
| 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||description|| ||SDL_SYSWM_WINDOWS||description|| ||SDL_SYSWM_X11||description|| ||SDL_SYSWM_DIRECTFB||description|| ||SDL_SYSWM_COCOA||description|| |
||SDL_SYSWM_UNKNOWN|||| ||SDL_SYSWM_WINDOWS||Microsoft Windows|| ||SDL_SYSWM_X11||X Window System|| ||SDL_SYSWM_DIRECTFB||[[http://www.directfb.org|DirectFB]]|| ||SDL_SYSWM_COCOA||Apple Mac OS X|| ||SDL_SYSWM_UIKIT||Apple iOS|| ||SDL_SYSWM_WAYLAND||Wayland (>= SDL 2.0.2)|| ||SDL_SYSWM_MIR||Mir (>= SDL 2.0.2)|| ||SDL_SYSWM_WINRT||WinRT (>= SDL 2.0.3)|| ||SDL_SYSWM_ANDROID||Android (>= SDL 2.0.4)|| ||SDL_SYSWM_VIVANTE||Vivante (>= SDL 2.0.5)|| |
| Line 30: | Line 35: |
| .[[SDL_GetWindowWMInfo]]??? | .[[SDL_GetWindowWMInfo]] |
SDL_SYSWM_TYPE
An enumeration of the various supported windowing subsystems.
Values
SDL_SYSWM_UNKNOWN |
|
SDL_SYSWM_WINDOWS |
Microsoft Windows |
SDL_SYSWM_X11 |
X Window System |
SDL_SYSWM_DIRECTFB |
|
SDL_SYSWM_COCOA |
Apple Mac OS X |
SDL_SYSWM_UIKIT |
Apple iOS |
SDL_SYSWM_WAYLAND |
Wayland (>= SDL 2.0.2) |
SDL_SYSWM_MIR |
Mir (>= SDL 2.0.2) |
SDL_SYSWM_WINRT |
WinRT (>= SDL 2.0.3) |
SDL_SYSWM_ANDROID |
Android (>= SDL 2.0.4) |
SDL_SYSWM_VIVANTE |
Vivante (>= SDL 2.0.5) |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Structures
