Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

SDL.eventState

Use this function to set the state of processing events by type.

Function

SYNOPSIS

function SDL.eventState(type, state)

ARGUMENTS

  • type, the type of event (see SDL.event)
  • state, true to enable or false to disable

RETURNS

  • the old state as a boolean
Clone this wiki locally