Penguin
Blame: SDL_EventState(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_EventState(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!EventState
2 !!!SDL_!EventState
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
2 perry 11 SDL_!EventState- This function allows you to set the state of processing certain events.
1 perry 12 !!SYNOPSIS
13
14
15 __#include __
16
17
2 perry 18 __Uint8 SDL_!EventState__(__Uint8 type, int
1 perry 19 state__);
20 !!DESCRIPTION
21
22
23 This function allows you to set the state of processing
24 certain event __type__'s.
25
26
27 If __state__ is set to __SDL_IGNORE__, that event
28 __type__ will be automatically dropped from the event
29 queue and will not be filtered.
30
31
32 If __state__ is set to __SDL_ENABLE__, that event
33 __type__ will be processed normally.
34
35
36 If __state__ is set to __SDL_QUERY__,
2 perry 37 __SDL_!EventState__ will return the current processing
1 perry 38 state of the specified event __type__.
39
40
41 A list of event __type__'s can be found in the
42 __SDL_Event__ section.
43 !!SEE ALSO
44
45
46 __SDL_Event__
47 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.