Wiki Page Content

Results 176 - 200 of 563 results out of about 6839 pages. (4.46 seconds)

SDL_ReadLE16 . . . 1 match
... SDL byteswaps the data only if necessary, so the data returned will be in the native byte order. == Related Functions == .[[SDL_ReadBE16]] ---- [[CategoryAPI]], [[CategoryIO]]...

0.7k - rev: 3 (current) last modified: 2013-08-08 18:20:53

SDL_ReadBE64 . . . 1 match
... SDL byteswaps the data only if necessary, so the data returned will be in the native byte order. == Related Functions == .[[SDL_ReadLE64]] ---- [[CategoryAPI]], [[CategoryIO]]...

0.7k - rev: 5 (current) last modified: 2013-08-08 18:21:38

SDL_ReadBE32 . . . 1 match
... SDL byteswaps the data only if necessary, so the data returned will be in the native byte order. == Related Functions == .[[SDL_ReadLE32]] ---- [[CategoryAPI]], [[CategoryIO]]...

0.7k - rev: 6 (current) last modified: 2013-08-08 18:21:23

SDL_ReadBE16 . . . 1 match
... SDL byteswaps the data only if necessary, so the data returned will be in the native byte order. == Related Functions == .[[SDL_ReadLE16]] ---- [[CategoryAPI]], [[CategoryIO]]...

0.7k - rev: 6 (current) last modified: 2013-08-08 18:21:10

SDL_RaiseWindow . . . 1 match
...raise|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' ---- [[CategoryAPI]], [[CategoryVideo]]...

0.5k - rev: 7 (current) last modified: 2010-10-18 03:30:16

SDL_RWwrite . . . 1 match
...s == .[[SDL_RWclose]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] ---- [[CategoryAPI]], [[CategoryIO]]...

1.7k - rev: 10 (current) last modified: 2015-06-20 20:03:24

SDL_RWtell . . . 1 match
...se]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[CategoryIO]]...

1.1k - rev: 15 (current) last modified: 2015-06-20 19:57:52

SDL_RWsize . . . 1 match
...delete this comment. == Version == This function is available since SDL 2.0.0. ---- [[CategoryAPI]], [[CategoryIO]] ##See the Style Guide for instructions on editing the footer....

1.4k - rev: 2 (current) last modified: 2015-04-10 23:47:45

SDL_RWseek . . . 1 match
...se]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWtell]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[CategoryIO]]...

1.7k - rev: 24 (current) last modified: 2015-06-20 20:01:11

SDL_RWread . . . 1 match
... == .[[SDL_RWclose]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWseek]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[CategoryIO]]...

2.8k - rev: 15 (current) last modified: 2015-09-17 21:55:16

SDL_RWclose . . . 1 match
...s == .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[CategoryIO]]...

1.4k - rev: 13 (current) last modified: 2015-06-20 19:55:24

SDL_RWFromMem . . . 1 match
...omConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWtell]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[CategoryIO]]...

1.4k - rev: 15 (current) last modified: 2015-06-20 20:00:06

SDL_RWFromFile . . . 1 match
...Wclose]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWtell]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[CategoryIO]]...

3.0k - rev: 15 (current) last modified: 2016-05-12 20:32:05

SDL_RWFromFP . . . 1 match
...lose]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWtell]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[CategoryIO]]...

1.5k - rev: 18 (current) last modified: 2015-06-20 19:58:46

SDL_RWFromConstMem . . . 1 match
...ose]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWtell]] ---- [[CategoryAPI]], [[CategoryIO]]...

1.6k - rev: 11 (current) last modified: 2015-04-26 19:16:57

SDL_REVISION . . . 1 match
...must be included in your program explicitly if you want to use the SDL_REVISION constant. == Related Functions == .[[SDL_GetRevision]] ---- [[CategoryAPI]], [[CategoryVersion]]...

0.8k - rev: 5 (current) last modified: 2011-04-21 17:48:05

SDL_QuitSubSystem . . . 1 match
...uit]]() even if you close all open subsystems with [[SDL_QuitSubSystem]](). == Related Functions == .[[SDL_InitSubSystem]] .[[SDL_Quit]] ---- [[CategoryAPI]], [[CategoryInit]]...

1.5k - rev: 8 (current) last modified: 2016-06-10 20:00:41

SDL_QuitRequested . . . 1 match
...in their event loop, too, without using this macro. == Related Functions == .[[SDL_PollEvent]] .[[SDL_PumpEvents]] .[[SDL_WaitEvent]] ---- [[CategoryAPI]], [[CategoryEvents]]...

0.8k - rev: 6 (current) last modified: 2015-04-26 19:08:07

SDL_Quit . . . 1 match
...it is not wise to do this from a library or other dynamically loaded code. == Related Functions == .[[SDL_Init]] .[[SDL_QuitSubSystem]] ---- [[CategoryAPI]], [[CategoryInit]]...

1.3k - rev: 7 (current) last modified: 2015-01-07 02:59:53

SDL_QueueAudio . . . 1 match
...earQueuedAudio]] .[[SDL_GetQueuedAudioSize]] ##Remove this section if empty ---- [[CategoryAPI]], [[CategoryAudio]] ##See the Style Guide for instructions on editing the footer....

2.8k - rev: 2 (current) last modified: 2016-09-06 21:13:01

SDL_QueryTexture . . . 1 match
...SDL_PixelFormatEnum, , , from="=== Pixel Format Values ===", to="== Code Examples ==")>> == Related Functions == .[[SDL_CreateTexture]] ---- [[CategoryAPI]], [[CategoryRender]]...

1.4k - rev: 15 (current) last modified: 2014-09-22 17:22:05

SDL_PushEvent . . . 1 match
...de that also wants its own custom event types. == Related Functions == .[[SDL_PeepEvents]] .[[SDL_PollEvent]] .[[SDL_RegisterEvents]] ---- [[CategoryAPI]], [[CategoryEvents]]...

1.7k - rev: 13 (current) last modified: 2015-07-31 19:27:19

SDL_PumpEvents . . . 1 match
... then you must call [[SDL_PumpEvents]]() to force an event queue update. == Related Functions == .[[SDL_PollEvent]] .[[SDL_WaitEvent]] ---- [[CategoryAPI]], [[CategoryEvents]]...

1.2k - rev: 5 (current) last modified: 2015-10-29 21:50:22

SDL_PollEvent . . . 1 match
... .[[SDL_GetEventFilter]] .[[SDL_PeepEvents]] .[[SDL_PushEvent]] .[[SDL_SetEventFilter]] .[[SDL_WaitEvent]] .[[SDL_WaitEventTimeout]] ---- [[CategoryAPI]], [[CategoryEvents]]...

1.5k - rev: 17 (current) last modified: 2018-10-30 06:19:43

SDL_PointInRect . . . 1 match
...must not be NULL. == Version == This function is available since SDL 2.0.4. ---- [[CategoryAPI]], [[CategoryRect]] ##See the Style Guide for instructions on editing the footer....

1.2k - rev: 3 (current) last modified: 2016-07-15 20:54:04

Previous 3 4 5 6 7 8 9 10 11 12 13 Next
(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit