Method: Gosu::Input#set_mouse_position
- Defined in:
- lib/gosu_android/input/input.rb
#set_mouse_position(x, y) ⇒ Object
Immediately moves the mouse as far towards the desired position as possible. x and y are relative to the window just as in the mouse position accessors.
102 |
# File 'lib/gosu_android/input/input.rb', line 102 def set_mouse_position(x, y); end |