Hi John,

> That function (and class hierarchy) only exists in wxWidgets 2.9 onwards. 
> It's just an alternative to the current ControlDown(), AltDown(), ShiftDown() 
> functions. Will those work for you in the near term?

Yes, but instead of checking "event:GetModifiers() ==
wx.wxMOD_CONTROL" I need to do "event:ControlDown() and not
event:AltDown() and not event:ShiftDown() and not event:MetaDown()" or
something along those lines.

Paul.

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to