Re: detect mouse pointer type

2014-11-05 Thread Joel Goldstick
On Tue, Nov 4, 2014 at 9:07 PM, Peter Irbizon peterirbi...@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
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: detect mouse pointer type

2014-11-05 Thread Marc Aymerich
On Wed, Nov 5, 2014 at 11:31 PM, Joel Goldstick joel.goldst...@gmail.com
wrote:

 On Tue, Nov 4, 2014 at 9:07 PM, Peter Irbizon peterirbi...@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.




Back in the day we used to have desktop applications other than the web
browser. But this was even before cloud computing began to emerge ;)


 --

Marc
-- 
https://mail.python.org/mailman/listinfo/python-list


detect mouse pointer type

2014-11-04 Thread Peter Irbizon
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)

Many thanks.
-- 
https://mail.python.org/mailman/listinfo/python-list