Method: Shattered::Input::Mouse#move
- Defined in:
- lib/shattered_model/input.rb
#move ⇒ Object
118 119 120 121 |
# File 'lib/shattered_model/input.rb', line 118 def move return true if((@ois_mouse.x != 0) || (@ois_mouse.y != 0)) return false end |