From: John L. <jla...@gm...> - 2012-09-20 01:36:00
|
On Wed, Sep 19, 2012 at 6:55 PM, Paul K <pau...@ya...> wrote: > Hi John, > > I just noticed that for some reason wx.wxMOD_NONE is not defined on > Mac (wxlua 2.8.12.1) while it is defined correctly on Windows. This For future reference, you can see all of the bindings here and in same file in the docs/ dir. http://wxlua.sourceforge.net/docs/wxluaref.html I see that it is #ifdefed for wxUSE_HOTKEY, but that is no longer the case in wxWidgets >= 2.8. Fixed in SVN, thanks for reporting. Regards, John |