Hello i using GetMouseState() to get the position in X and Y of the mouse pointer over time with the use of ScreenToCliente to get local windows coordinates in windows in work like a charm no problem the app is fast and works how it should. But on macos I get this damn error msg

 

ms = wx.GetMouseState()

 

Attribute error: 'module object has no attribute 'GetMouseState'

 

 

 

I using the laster version wxwindows 2.6 on both windows and mac os x 10.4.5

 

 

 

Any help folks :D

 

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to