Is it possible to capture all mouse clicks that occur anywhere in the OS? I will have a separate machine dedicated just for this purpose so I would like to detect every single mouse click that occurs independently of the pointer movement. I guess one way of doing this could be running my app in a full screen mode so that it’s always on top and there are no OS widgets (taskbar and things like that) but I don’t know if this is possible with wx. Any input on this is appreciated!
Is it possible to capture all mouse clicks that occur anywhere in the OS? I will have a separate machine dedicated just for this purpose so I would like to detect every single mouse click that occurs independently of the pointer movement. I guess one way of doing this could be running my app in a full screen mode so that it's always on top and there are no OS widgets (taskbar and things like that) but I don't know if this is possible with wx.
See wx.TopLevelWindow.ShowFullScreen()
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!