detect mouse pointer type
Joel Goldstick
joel.goldstick at gmail.com
Wed Nov 5 17:31:31 EST 2014
More information about the Python-list mailing list
Wed Nov 5 17:31:31 EST 2014
- Previous message (by thread): detect mouse pointer type
- Next message (by thread): detect mouse pointer type
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Nov 4, 2014 at 9:07 PM, Peter Irbizon <peterirbizon at gmail.com> wrote: > Hello, > please how can I detect mouse pointer type? I would like to print every > mouse pointer change (arrow, hand, ...) while moving my mouse over screen. > How can I do this? (for now I need it for windows, but cross-platform > solution is highly appreciated) > Those events happen in the browser. I suspect you could do this with javascript. Can't do it on the backend. > Many thanks. > > -- > https://mail.python.org/mailman/listinfo/python-list > -- Joel Goldstick http://joelgoldstick.com
- Previous message (by thread): detect mouse pointer type
- Next message (by thread): detect mouse pointer type
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list