Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can i get position of pointer in windows store apps

point a;
  a.X=??
  a.Y=??
Posted

1 solution

C#
Point PointerPosition = Window.Current.CoreWindow.PointerPosition;


Links : http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.core.corewindow.pointerposition.aspx[^]

P/s: remember, users have TOUCH screen
 
Share this answer
 
Comments
neymar1107 9-Jul-14 21:54pm    
tanx a lot men

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900