Wiki Page Content

Results 1 - 25 of 39 results out of about 6839 pages. (2.67 seconds)

SDL_EventType . . . 2 matches
... = SDL_EventType = An enumeration of the types of events that can be delivered. <<TableOfContents()>> == Values == ||<style="color: #808080;">SDL_FIRSTEVENT||<style="color: #80...

8.3k - rev: 47 (current) last modified: 2016-10-13 20:32:06

MigrationGuide . . . 7 matches
...ncern. Note that on Unix platforms, SDL still catches `SIGINT` and maps it to an [[SDL_EventType|SDL_QUIT]] event. === Video === ==== Setting up a game with the new video API ==...

33.7k - rev: 75 (current) last modified: 2017-07-15 21:53:17

GuiaDeMigracion . . . 7 matches
...n plataformas Unix, SDL sigue interceptando `SIGINT` y lo convierte en un evento [[SDL_EventType|SDL_QUIT]]. === Video === ==== Configurando la nueva API de video ==== La API de...

35.5k - rev: 12 (current) last modified: 2020-12-29 18:08:27

SGEnumerations . . . 6 matches
...ess of the page. ''Example'': The page address {{{http://wiki.libsdl.org/moin.cgi/SDL_EventType}}} should have matching title {{{SDL_EventType}}} and describe the [[SDL_EventType...

25.3k - rev: 8 (current) last modified: 2012-01-06 00:09:48

SGStructures . . . 2 matches
... the enum is not a field type but its values are used to fill in a field as with [[SDL_EventType]] for the `type` field in many event structures)-~ '''This list __should not__ in...

35.9k - rev: 31 (current) last modified: 2012-01-06 00:09:16

SDL_QuitEvent . . . 2 matches
...eported. You would access it through the event's `quit` field. Please refer to [[SDL_EventType#SDL_QUIT|the discussion of SDL_QUIT]] for more details. == Related Enumerations =...

0.8k - rev: 12 (current) last modified: 2014-10-23 15:55:21

SDL_HasEvents . . . 2 matches
...tion Parameters == ||'''minType'''||the minimum type of event to be queried; see [[SDL_EventType]] for details|| ||'''maxType'''||the maximum type of event to be queried; see [[SD...

0.9k - rev: 3 (current) last modified: 2013-08-08 22:48:43

SDL_GetEventState . . . 2 matches
...EventState = Use this macro to query the current processing state of a specified [[SDL_EventType]]. <<TableOfContents()>> == Syntax == {{{#!highlight cpp Uint8 SDL_GetEventSta...

1.5k - rev: 1 (current) last modified: 2015-08-21 21:00:55

SDL_FlushEvents . . . 2 matches
...unction Parameters == ||'''minType'''||the minimum event type to be cleared; see [[SDL_EventType]] for details|| ||'''maxType'''||the maximum event type to be cleared; see [[SDL_E...

1.1k - rev: 3 (current) last modified: 2014-07-09 08:33:10

SDL_Event . . . 2 matches
...|[[SDL_WindowEvent]]||'''window'''|| ||Other events||SDL_!CommonEvent||none, use [[SDL_EventType|.type]]|| == Related Enumerations == .[[SDL_EventType]] == Related Structures =...

7.8k - rev: 43 (current) last modified: 2018-09-29 22:14:59

SDL_WindowEvent . . . 1 match
...ould access it through the event's `window` field. == Related Enumerations == .[[SDL_EventType]] .[[SDL_WindowEventID]] == Related Structures == .[[SDL_Event]] ---- [[Catego...

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

SDL_UserEvent . . . 1 match
...is a value obtained from [[SDL_RegisterEvents]](). == Related Enumerations == .[[SDL_EventType]] == Related Functions == .[[SDL_PushEvent]] .[[SDL_RegisterEvents]] ---- [[Ca...

1.4k - rev: 16 (current) last modified: 2015-10-29 21:58:30

SDL_TouchFingerEvent . . . 1 match
...n == This structure is available since SDL 2.0.0. == Related Enumerations == .[[SDL_EventType]] == Related Structures == .[[SDL_Event]] ---- [[CategoryStruct]], [[CategoryE...

1.3k - rev: 16 (current) last modified: 2016-11-20 22:00:55

SDL_TextInputEvent . . . 1 match
... text you received via SDL_TEXTEDITING event. }}} == Related Enumerations == . [[SDL_EventType]] == Related Structures == . [[SDL_Event]] . [[SDL_TextEditingEvent]] == Relat...

2.2k - rev: 18 (current) last modified: 2015-01-28 20:41:22

SDL_TextEditingEvent . . . 1 match
...eld. There is a [[Tutorials/TextInput|tutorial]]. == Related Enumerations == .[[SDL_EventType]] == Related Structures == .[[SDL_Event]] .[[SDL_TextInputEvent]] == Related F...

1.1k - rev: 18 (current) last modified: 2015-01-28 20:27:35

SDL_SysWMEvent . . . 1 match
...pass it to the function [[SDL_GetWindowWMInfo]](). == Related Enumerations == .[[SDL_EventType]] == Related Structures == .[[SDL_Event]] .[[SDL_SysWMinfo]] .[[SDL_SysWMmsg]]...

1.4k - rev: 14 (current) last modified: 2013-09-05 20:32:14

SDL_SensorEvent . . . 1 match
... values can be queried using SDL_SensorGetData()|| == Related Enumerations == .[[SDL_EventType]] .[[SDL_SensorType]] == Related Functions == .[[SDL_NumSensors]] .[[SDL_Senso...

1.0k - rev: 2 (current) last modified: 2018-12-11 08:39:30

SDL_MultiGestureEvent . . . 1 match
...default/docs/README-gesture.md|README-gesture.md]] == Related Enumerations == .[[SDL_EventType]] == Related Structures == .[[SDL_DollarGestureEvent]] .[[SDL_Event]] ---- [[C...

1.3k - rev: 10 (current) last modified: 2014-07-29 20:28:36

SDL_MouseWheelEvent . . . 1 match
...l be opposite. Multiply by -1 to change them back. == Related Enumerations == .[[SDL_EventType]] == Related Structures == .[[SDL_Event]] .[[SDL_MouseButtonEvent]] .[[SDL_Mou...

2.6k - rev: 23 (current) last modified: 2019-05-17 22:32:07

SDL_MouseMotionEvent . . . 1 match
...en when the cursor reaches the edge of the screen. == Related Enumerations == .[[SDL_EventType]] == Related Structures == .[[SDL_Event]] .[[SDL_MouseButtonEvent]] .[[SDL_Mou...

2.2k - rev: 19 (current) last modified: 2013-09-05 20:20:21

SDL_MouseButtonEvent . . . 1 match
...lication already handles [[SDL_TouchFingerEvent]]. == Related Enumerations == .[[SDL_EventType]] == Related Structures == .[[SDL_Event]] .[[SDL_MouseMotionEvent]] .[[SDL_Mou...

1.8k - rev: 15 (current) last modified: 2014-01-18 19:23:56

SDL_KeyboardEvent . . . 1 match
...pressed or released is in the '''keysym''' member. == Related Enumerations == .[[SDL_EventType]] == Related Structures == .[[SDL_Event]] == Related Functions == .[[SDL_GetKe...

1.2k - rev: 17 (current) last modified: 2014-01-05 19:47:03

SDL_JoyHatEvent . . . 1 match
...TDOWN|| Note that zero means the POV is centered. == Related Enumerations == .[[SDL_EventType]] == Related Structures == .[[SDL_Event]] .[[SDL_JoyAxisEvent]] .[[SDL_JoyBall...

1.4k - rev: 16 (current) last modified: 2014-12-06 12:25:18

SDL_JoyDeviceEvent . . . 1 match
...rest of the markup alone and delete this comment. == Related Enumerations == .[[SDL_EventType]] == Related Structures == .[[SDL_Event]] == Related Functions == .[[SDL_Joyst...

1.4k - rev: 1 (current) last modified: 2014-01-05 17:41:58

SDL_JoyButtonEvent . . . 1 match
...a user presses or releases a button on a joystick. == Related Enumerations == .[[SDL_EventType]] == Related Structures == .[[SDL_Event]] .[[SDL_JoyAxisEvent]] .[[SDL_JoyBall...

1.2k - rev: 14 (current) last modified: 2014-12-06 12:24:54

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