Skip to content

TSdlEventAction

The type of action to request from TSdlEvents.Peep.

Definition

Unit: Neslib.Sdl3.Events

type TSdlEventAction = (Add, Peek, Get)

Enumeration Values

Add = SDL_ADDEVENT

Add events to the back of the queue.


Peek = SDL_PEEKEVENT

Check but don't remove events from the queue front.


Get = SDL_GETEVENT

Retrieve/remove events from the front of the queue.