|
NAMEnudge_cursor - Move the mouse cursor relative to its current position.SYNOPSISnilnudge_cursor( d_x, d_y, clamp ) DESCRIPTIONif clamp is set to a non- zero value (default: 0) the coordinates will NOT be clamped to fit the screen.EXAMPLEfunction nudge_cursor0() move_cursor(VRESW * 0.5, VRESH * 0.5); print(cursor_position()); nudge_cursor(15, -15); print(cursor_position()); end SEE ALSO:
Visit the GSP FreeBSD Man Page Interface. |