GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
nudge_cursor(3) Arcan Lua API nudge_cursor(3)

nudge_cursor - Move the mouse cursor relative to its current position.

nil
nudge_cursor( d_x, d_y, clamp )

if clamp is set to a non- zero value (default: 0) the coordinates will NOT be clamped to fit the screen.

function nudge_cursor0()
      move_cursor(VRESW * 0.5, VRESH * 0.5);
      print(cursor_position());
      nudge_cursor(15, -15);
      print(cursor_position());
end

June 2022 image

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.