Module: SDL2::EVENTTYPE

Includes:
EnumerableConstants
Defined in:
lib/sdl2/events.rb

Overview

The types of events that can be delivered

Constant Summary collapse

FIRSTEVENT =
0
QUIT =
0x100
WINDOWEVENT =
0x200
KEYDOWN =
0x300
MOUSEMOTION =
0x400
JOYAXISMOTION =
0x600
CONTROLLERAXISMOTION =
0x650
FINGERDOWN =
0x700
DOLLARGESTURE =
0x800
CLIPBOARDUPDATE =
0x900
DROPFILE =
0x1000
USEREVENT =
0x8000
LASTEVENT =
0xFFFF

Method Summary

Methods included from EnumerableConstants

included