Module: AuthorEngine::Part::GosuInput
- Included in:
- Game
- Defined in:
- lib/author_engine/game/gosu/parts/input.rb
Constant Summary collapse
- BUTTONS =
{ "left" => Gosu::KbLeft, "right" => Gosu::KbRight, "up" => Gosu::KbUp, "down" => Gosu::KbDown, "x" => Gosu::KbX, "y" => Gosu::KbC, }