Module: SDL2::Log::CATEGORY

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

Constant Summary collapse

APPLICATION =
next_const_value
ERROR =
next_const_value
ASSERT =
next_const_value
SYSTEM =
next_const_value
AUDIO =
next_const_value
VIDEO =
next_const_value
RENDER =
next_const_value
INPUT =
next_const_value
TEST =
next_const_value
RESERVED1 =
next_const_value
RESERVED2 =
next_const_value
RESERVED3 =
next_const_value
RESERVED4 =
next_const_value
RESERVED5 =
next_const_value
RESERVED6 =
next_const_value
RESERVED7 =
next_const_value
RESERVED8 =
next_const_value
RESERVED9 =
next_const_value
RESERVED10 =
next_const_value
CUSTOM =
next_const_value

Method Summary

Methods included from EnumerableConstants

included