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

SDL.hasEvents

Use this function to check for the existence of a range of event types in the event queue.

Function

SYNOPSIS

function SDL.hasEvents(min, max)

ARGUMENTS

RETURNS

  • true if queue has matched events
Clone this wiki locally