Module: SDL2::Event::ACTION

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

Overview

Constants for use with SDL2::peep_events() as eventaction

Constant Summary collapse

ADD =

Causes the creation of messages

next_const_value
PEEK =

Retrieves events without removing them

next_const_value
GET =

Retrieves events and removes them

next_const_value

Method Summary

Methods included from EnumerableConstants

included