Hiding mouse cursor in linux touchscreen app?

84 views
Skip to first unread message

Ron Kneusel

unread,
Aug 6, 2011, 10:57:00 AM8/6/11
to wxpython
All-

I'm working on a touchscreen app using Debian linux and want to hide the mouse cursor. 

The obvious thing to try is:

frame.SetCursor(wx.StockCursor(wx.CURSOR_BLANK))

but this does nothing.  I tried unclutter but it interferes with the application and shows the mouse cursor anyway when I click on things like Choice pop-ups. 

I'm surely not the first to want to run a wxPython touchscreen app using Linux, so I'm wondering, how to people deal with this?

Thanks!

Ron

kg*2

unread,
Aug 14, 2016, 1:51:17 AM8/14/16
to wxPython-users
Call SetCursor from the child widgets. 
Reply all
Reply to author
Forward
0 new messages