Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# set cursor pos

use System.Runtime.InteropServices;

[DllImport("user32.dll")]
static extern bool SetCursorPos(int X, int Y);
Source by newbedev.com #
 
PREVIOUS NEXT
Tagged: #set #cursor #pos
ADD COMMENT
Topic
Name
7+8 =