Sign In|Join
Home/Silverlight.NET Forums/Programming with .NET - General/Capture Mouse Moving Direction/Re: Capture Mouse Moving Direction
Participant
876 Points
213 Posts
Oct 12, 2007 10:05 AM | LINK
You will hate this answer, but you could track the last couple of x,y coordinates, and then calculate if its anti-clockwise by comparing the current X,Y to the previous.
chrishay_uk
Participant
876 Points
213 Posts
Re: Capture Mouse Moving Direction
Oct 12, 2007 10:05 AM | LINK
You will hate this answer, but you could track the last couple of x,y coordinates, and then calculate if its anti-clockwise by comparing the current X,Y to the previous.
http://silverlightuk.blogspot.com/