On Feb 2, 2011, at 4:12 PM, Jacek Kałucki wrote:

> def isMouseLeftDown():
> -     return wx.GetMouseState().leftDown
> +     if wx.VERSION < (2, 9):
> +             return wx.GetMouseState().leftDown
> +     else:
> +             return wx.GetMouseState().leftIsDown


        I really, really, really hate when software breaks like this. Why they 
simply changed the wording of all these attributes with no change in behavior 
is beyond me. 


-- Ed Leafe




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to