Howdy, folks. I am using wxPython 2.8 on Windoze XP Pro. I want my application to move the cursor and the mouse-point (the coordinates in the mouse-click events) to the left when the user presses the left-arrow key, up when they press the up-arrow key, etc.. I think I can figure out how to grab the arrow key events, but I can't find how to move the cursor. I tried calling wx.SetCursorEvent(x,y), but no joy.

Can you help?

Thankee,
Jive
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to