How to move a CRectTracker in resppnse to the arrow keys?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have a graphics app. I use CRectTracker to allow the user to select, move and resize graphic objects. I want to allow the user to have fine control over the moving of the CRectTracker using the arrow keys. I get the arrow keys in the OnKeyUp method of my view class. Does anybody know what method you call on the CRectTracker to make it move in response to the arrow keys. Thanks for any ideas.