Wiki Page Content

Differences between revisions 2 and 7 (spanning 5 versions)
Revision 2 as of 2010-09-29 23:42:18
Size: 765
Editor: SheenaSmith
Comment: update content
Revision 7 as of 2013-08-19 01:13:59
Size: 721
Editor: RyanGordon
Comment: Updated with Philipp's changes from previous wiki
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_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||
Line 30: Line 30:
 .[[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

DirectFB

SDL_SYSWM_COCOA

Apple Mac OS X

SDL_SYSWM_UIKIT

Apple iOS

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