Module: SDL2::HAT

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

Overview

Hat positions

Constant Summary collapse

CENTERED =
0x00
UP =
0x01
RIGHT =
0x02
DOWN =
0x04
LEFT =
0x08
RIGHTUP =
RIGHT | UP
RIGHTDOWN =
RIGHT | DOWN
LEFTUP =
LEFT | UP
LEFTDOWN =
LEFT | DOWN

Method Summary

Methods included from EnumerableConstants

included