Module: SDL2::Event::STATE

Includes:
EnumerableConstants
Defined in:
lib/sdl2/event/state.rb

Overview

Enumeration of event_state query

Constant Summary collapse

QUERY =
-1
IGNORE =
0
DISABLE =
0
ENABLE =
1

Method Summary

Methods included from EnumerableConstants

included