Method: Cursor.set_screenposition
- Defined in:
- lib/vr/sysmod.rb
.set_screenposition(x, y) ⇒ Object
197 198 199 |
# File 'lib/vr/sysmod.rb', line 197 def self.set_screenposition(x,y) SetCursorPos.call(x.to_i,y.to_i) end |
197 198 199 |
# File 'lib/vr/sysmod.rb', line 197 def self.set_screenposition(x,y) SetCursorPos.call(x.to_i,y.to_i) end |