-
Notifications
You must be signed in to change notification settings - Fork 74
Sdl eventState
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
Use this function to set the state of processing events by type.
function SDL.eventState(type, state)
- type, the type of event (see SDL.event)
- state, true to enable or false to disable
- the old state as a boolean