- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have already enabled all gesture in my application.I want to add cursor to my application.
How to get hand location point as i want it to assign to mouse movement.
Any help appreciated..
thanks & regard's
Mahadeo W
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using HandData calculate hand location and assign it to mouse using following.
[DllImport("User32.dll")]
public static extern bool SetCursorPos(int x, int y);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using HandData calculate hand location and assign it to mouse using following.
[DllImport("User32.dll")]
public static extern bool SetCursorPos(int x, int y);

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page