From: John L. <jla...@gm...> - 2013-04-10 04:30:10
|
On Apr 9, 2013 11:41 PM, "Paul K" <pau...@ya...> wrote: > > Hi John, > > Would it be possible to add missing calls and constants? Thank you. > > BTW, ControlDown() has changed its behavior between 2.8 and 2.9 wxwidgets as it used to mean Ctrl on all platforms (with CmdDown() meaning Ctrl/Cmd), but it now means Ctrl/Cmd (and CmdDown() is deprecated). RawControlDown() replaced the "old" ControlDown(). wxMOD_* modifiers have been updated in a similar way. > What class? wxKeyEvent? Regards, John |