Module: Mouse
- Defined in:
- lib/fantasy/mouse.rb
Class Method Summary collapse
Class Method Details
.left ⇒ Object
4 5 6 |
# File 'lib/fantasy/mouse.rb', line 4 def self.left Gosu::MS_LEFT end |
.right ⇒ Object
8 9 10 |
# File 'lib/fantasy/mouse.rb', line 8 def self.right Gosu::MS_RIGHT end |