Wiki Page Content

Results 1 - 25 of 104 results out of about 6839 pages. (3.38 seconds)

CategoryInit . . . 2 matches
...IDEO|SDL_INIT_AUDIO); }}} . This initializes the 2 default subsystems plus the [[CategoryVideo|Video]], [[CategoryAudio|Audio]], and [[CategoryEvents|Event Handling]] subsystems...

2.3k - rev: 27 (current) last modified: 2016-03-27 21:42:54

SDL_WindowFlags . . . 1 match
...HideWindow]] .[[SDL_MaximizeWindow]] .[[SDL_MinimizeWindow]] .[[SDL_SetWindowFullscreen]] .[[SDL_SetWindowGrab]] .[[SDL_ShowWindow]] ---- [[CategoryEnum]], [[CategoryVideo]]...

2.4k - rev: 23 (current) last modified: 2020-05-05 16:43:10

SDL_WindowEventID . . . 1 match
... Related Structures == .[[SDL_WindowEvent]] == Related Functions == .[[SDL_GetWindowFromID]] .[[SDL_GetWindowID]] ---- [[CategoryEnum]], [[CategoryVideo]], [[CategoryEvents]]...

3.1k - rev: 20 (current) last modified: 2017-02-19 20:54:31

SDL_WindowEvent . . . 1 match
...ated Structures == .[[SDL_Event]] ---- [[CategoryStruct]], [[CategoryEvents]], [[CategoryVideo]] ##Actually from the SDL_events.h header but listed in both categories for the w...

3.6k - rev: 20 (current) last modified: 2016-10-13 20:53:48

SDL_VideoQuit . . . 1 match
...re }}} == Remarks == This function closes all windows, and restores the original video mode. == Related Functions == .[[SDL_VideoInit]] ---- [[CategoryAPI]], [[CategoryVideo]]...

0.5k - rev: 3 (current) last modified: 2010-09-16 04:21:55

SDL_VideoInit . . . 1 match
...driver_name'''. == Related Functions == .[[SDL_GetNumVideoDrivers]] .[[SDL_GetVideoDriver]] .[[SDL_InitSubSystem]] .[[SDL_VideoQuit]] ---- [[CategoryAPI]], [[CategoryVideo]]...

1.9k - rev: 11 (current) last modified: 2013-10-13 12:37:21

SDL_UpdateWindowSurfaceRects . . . 1 match
...on is equivalent to the SDL 1.2 API SDL_!UpdateRects(). == Related Functions == .[[SDL_GetWindowSurface]] .[[SDL_UpdateWindowSurface]] ---- [[CategoryAPI]], [[CategoryVideo]]...

1.1k - rev: 7 (current) last modified: 2014-11-26 20:57:16

SDL_UpdateWindowSurface . . . 1 match
...nction is equivalent to the SDL 1.2 API SDL_Flip(). == Related Functions == .[[SDL_GetWindowSurface]] .[[SDL_UpdateWindowSurfaceRects]] ---- [[CategoryAPI]], [[CategoryVideo]]...

0.8k - rev: 5 (current) last modified: 2011-05-17 17:36:52

SDL_ShowWindow . . . 1 match
...In_ int nCmdShow) for Win32 builds. SDL_!ShowWindow() replaces this. == Related Functions == .[[SDL_HideWindow]] .[[SDL_RaiseWindow]] ---- [[CategoryAPI]], [[CategoryVideo]]...

0.6k - rev: 13 (current) last modified: 2014-12-21 21:03:15

SDL_ShowSimpleMessageBox . . . 1 match
... fail for the same reasons. If this is a concern, check the return value from this function and fall back to writing to stderr if you can. ---- [[CategoryAPI]], [[CategoryVideo]]...

1.7k - rev: 11 (current) last modified: 2014-09-24 20:33:51

SDL_ShowMessageBox . . . 1 match
...ble since SDL 2.0.0. == Related Functions == .[[SDL_ShowSimpleMessageBox]] ---- [[CategoryAPI]], [[CategoryVideo]] ##See the Style Guide for instructions on editing the footer....

3.0k - rev: 4 (current) last modified: 2014-10-10 19:59:52

SDL_SetWindowTitle . . . 1 match
...w); SDL_Quit(); return 0; } }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_GetWindowTitle]] ---- [[CategoryAPI]], [[CategoryVideo]]...

1.8k - rev: 11 (current) last modified: 2014-12-12 21:22:50

SDL_SetWindowSize . . . 1 match
...d use [[SDL_SetWindowDisplayMode]]() to change their size. == Related Functions == .[[SDL_GetWindowSize]] .[[SDL_SetWindowDisplayMode]] ---- [[CategoryAPI]], [[CategoryVideo]]...

1.2k - rev: 12 (current) last modified: 2017-10-22 01:28:18

SDL_SetWindowResizable . . . 1 match
...Related Functions == .[[SDL_GetWindowFlags]] ##Remove this section if empty ---- [[CategoryAPI]], [[CategoryVideo]] ##See the Style Guide for instructions on editing the footer....

1.5k - rev: 1 (current) last modified: 2016-09-30 22:23:12

SDL_SetWindowPosition . . . 1 match
...ere }}} == Remarks == The window coordinate origin is the upper left of the display. == Related Functions == .[[SDL_GetWindowPosition]] ---- [[CategoryAPI]], [[CategoryVideo]]...

0.9k - rev: 7 (current) last modified: 2016-01-01 18:28:03

SDL_SetWindowOpacity . . . 1 match
...lated Functions == .[[SDL_GetWindowOpacity]] ##Remove this section if empty ---- [[CategoryAPI]], [[CategoryVideo]] ##See the Style Guide for instructions on editing the footer....

1.8k - rev: 2 (current) last modified: 2016-09-29 22:50:23

SDL_SetWindowModalFor . . . 1 match
...pported on X11. == Version == This function is available since SDL 2.0.5. ---- [[CategoryAPI]], [[CategoryVideo]] ##See the Style Guide for instructions on editing the footer....

1.5k - rev: 2 (current) last modified: 2016-09-29 22:51:16

SDL_SetWindowMinimumSize . . . 1 match
...d Functions == .[[SDL_GetWindowMinimumSize]] .[[SDL_SetWindowMaximumSize]] ---- [[CategoryAPI]], [[CategoryVideo]] ##See the Style Guide for instructions on editing the footer....

0.9k - rev: 4 (current) last modified: 2013-08-11 12:12:39

SDL_SetWindowMaximumSize . . . 1 match
...d Functions == .[[SDL_GetWindowMaximumSize]] .[[SDL_SetWindowMinimumSize]] ---- [[CategoryAPI]], [[CategoryVideo]] ##See the Style Guide for instructions on editing the footer....

0.9k - rev: 3 (current) last modified: 2013-08-11 12:13:58

SDL_SetWindowInputFocus . . . 1 match
...== Related Functions == .[[SDL_RaiseWindow]] ##Remove this section if empty ---- [[CategoryAPI]], [[CategoryVideo]] ##See the Style Guide for instructions on editing the footer....

1.6k - rev: 2 (current) last modified: 2016-09-29 22:52:21

SDL_SetWindowIcon . . . 1 match
...y the window. SDL_Quit(); // Clean up and exit. return 0; } }}} == Remarks == ''You can add useful comments here'' ---- [[CategoryAPI]], [[CategoryVideo]]...

3.7k - rev: 14 (current) last modified: 2014-12-12 21:23:58

SDL_SetWindowHitTest . . . 1 match
...allocations, etc. == Version == This function is available since SDL 2.0.4. ---- [[CategoryAPI]], [[CategoryVideo]] ##See the Style Guide for instructions on editing the footer....

3.4k - rev: 1 (current) last modified: 2014-07-17 19:42:24

SDL_SetWindowGrab . . . 1 match
...e other window loses its grab in favor of the caller's window. == Related Functions == .[[SDL_GetGrabbedWindow]] .[[SDL_GetWindowGrab]] ---- [[CategoryAPI]], [[CategoryVideo]]...

0.8k - rev: 11 (current) last modified: 2015-03-29 21:55:12

SDL_SetWindowGammaRamp . . . 1 match
...).) The gamma ramp set will not follow the window if it is moved to another display. == Related Functions == .[[SDL_GetWindowGammaRamp]] ---- [[CategoryAPI]], [[CategoryVideo]]...

1.9k - rev: 7 (current) last modified: 2014-06-28 22:11:09

SDL_SetWindowFullscreen . . . 1 match
...sion == This function is available since SDL 2.0.0. == Related Functions == .[[SDL_GetWindowDisplayMode]] .[[SDL_SetWindowDisplayMode]] ---- [[CategoryAPI]], [[CategoryVideo]]...

1.0k - rev: 15 (current) last modified: 2016-04-15 21:36:24

1 2 3 4 5 Next
(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit