Tagged Questions
2
votes
3answers
940 views
How to determine if mouse is moving clockwise or counterclockwise?
I have an MFC appplication where the user have to move the mouse around a circle circonference with a dragging mouvement. I need to retrieve the number of degrees during this mouse drag "rotation" and ...