Background monitoring of mouse events

Hi,

I want to monitor mouse clicks to another program - is this possible using
the wx Mouse Event handlers???

In other words I want to make a simple app that runs in the background and
logs the time and location of every mouse click.

Cheers for your help.

Simon

Judge Simon wrote:

Hi,

I want to monitor mouse clicks to another program - is this possible using
the wx Mouse Event handlers???

In other words I want to make a simple app that runs in the background and
logs the time and location of every mouse click.

wxPython is too high-level of a toolkit. You need much lower level access to the platform APIs and message queues to be able to do things like this.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!