Wiki Page Content

Differences between revisions 7 and 8
Revision 7 as of 2013-08-19 01:13:59
Size: 721
Editor: RyanGordon
Comment: Updated with Philipp's changes from previous wiki
Revision 8 as of 2014-02-08 21:17:10
Size: 807
Comment: Added SDL_SYSWM_WAYLAND and SDL_SYSWM_MIR.
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||SDL_SYSWM_WAYLAND||Wayland (>= SDL 2.0.2)||
||SDL_SYSWM_MIR||Mir (>= SDL 2.0.2)||

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)

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