Module: SDL2::WINDOWEVENT

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

Overview

Event subtype for window events

Constant Summary collapse

NONE =
next_const_value
SHOWN =
next_const_value
HIDDEN =
next_const_value
EXPOSED =
next_const_value
MOVED =
next_const_value
RESIZED =
next_const_value
SIZE_CHANGED =
next_const_value
MINIMIZED =
next_const_value
MAXIMIZED =
next_const_value
RESTORED =
next_const_value
ENTER =
next_const_value
LEAVE =
next_const_value
FOCUS_GAINED =
next_const_value
FOCUS_LOST =
next_const_value
CLOSE =
next_const_value

Method Summary

Methods included from EnumerableConstants

included