Wiki Page Content

Differences between revisions 4 and 13 (spanning 9 versions)
Revision 4 as of 2011-02-14 18:53:06
Size: 769
Editor: SheenaSmith
Comment: update content - 2/14 changeset 5295
Revision 13 as of 2020-09-03 16:20:36
Size: 959
Editor: DanielG
Comment: replaced link to directfb.net (which now hosts spam or sth) with directfb wikipedia article
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 12: Line 11:
||SDL_SYSWM_WINDOWS||Microsoft Windows^®^|| ||SDL_SYSWM_WINDOWS||Microsoft Windows||
Line 14: Line 13:
||SDL_SYSWM_DIRECTFB||[[http://www.directfb.org|DirectFB]]||
||SDL_SYSWM_COCOA||Apple OS X||
||SDL_SYSWM_UIKIT||||
||SDL_SYSWM_DIRECTFB||[[https://en.wikipedia.org/wiki/DirectFB|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)||

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

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


CategoryEnum, CategorySWM

None: SDL_SYSWM_TYPE (last edited 2020-09-03 16:20:36 by DanielG)

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