GNOME Bugzilla – Bug 710802
Implement Cursor Movement
Last modified: 2014-09-13 02:10:41 UTC
Outdated and deprecated code to move the cursor needs to be removed and replaced with current GDK pointer functions. Cursor must update properly on screen according to cursor movement selection.
Created attachment 263559 [details] [review] Partial fix to bug This is a partial fix to the bug. Depreciated functions have been removed from move. Depreciated code from click still remains. New implementation is using GDK.Display to get the device manager, pointer, and screen. WARP is being used to move the cursor on the screen. Click code still needs to be fixed, before clicking can be implemented. Also, the code can't be fully tested until tracking, joystick, and screen are functioning.
(In reply to comment #1) > Created an attachment (id=263559) [details] [review] > Partial fix to bug > > This is a partial fix to the bug. Depreciated functions have been removed from > move. Depreciated code from click still remains. New implementation is using > GDK.Display to get the device manager, pointer, and screen. WARP is being used > to move the cursor on the screen. > > Click code still needs to be fixed, before clicking can be implemented. Also, > the code can't be fully tested until tracking, joystick, and screen are > functioning. Code was committed: https://git.gnome.org/browse/mousetrap/commit/?h=gnome3-wip&id=466472819c6f995ca7005a5bffa82af4d688b2b7 Still need to implement the cursor movement.
Review of attachment 263559 [details] [review]: Committed.