Wiki Page Content

Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2010-03-23 18:14:05
Size: 540
Editor: SheenaSmith
Comment: create page, add content (Rev 5540)
Revision 9 as of 2013-08-08 20:52:13
Size: 713
Editor: RyanGordon
Comment: Rewritten
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
#pragma disable-camelcase
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
#pragma camelcase off
Line 11: Line 10:
||Uint8||'''type'''||SDL_QUIT|| ||Uint32||'''type'''||SDL_QUIT||
Line 19: Line 18:
''You can add useful comments here'' [[SDL_QuitEvent]] is a member of the [[SDL_Event]] union and is used when an event of type SDL_QUIT is reported. 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.
Line 22: Line 23:
 .[[SDL_EventMask]]???
.[[SDL_EventType]]???
 .[[SDL_EventType]]
Line 25: Line 25:
== Related Functions == == Related Structures ==
 .[[SDL_Event]]
Line 28: Line 29:
[[CategoryStruct]] [[CategoryStruct]], [[CategoryEvents]]

SDL_QuitEvent

A structure that contains the "quit requested" event.

Data Fields

Uint32

type

SDL_QUIT

Code Examples

You can add your code example here

Remarks

SDL_QuitEvent is a member of the SDL_Event union and is used when an event of type SDL_QUIT is reported. You would access it through the event's quit field.

Please refer to the discussion of SDL_QUIT for more details.


CategoryStruct, CategoryEvents

None: SDL_QuitEvent (last edited 2014-10-23 15:55:21 by PhilippWiesemann)

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