GNOME Bugzilla – Bug 668609
Cursor should be hidden while calibrating
Last modified: 2012-01-24 20:23:19 UTC
Mouse cursor should be hidden while calibrating, since it's hard to pick the crosshair spot with the stylus if the cursor is in the way. Should be possible to use gdk_window_set_cursor(GDK_BLANK_CURSOR) to make the cursor invisible.
commit af9b23230a8f2df6df1f0c6234c938ca0a9c0f81 Author: Bastien Nocera <hadess@hadess.net> Date: Tue Jan 24 20:22:46 2012 +0000 wacom: Hide cursor when calibrating Otherwise the cursor might get in the way. https://bugzilla.gnome.org/show_bug.cgi?id=668609