From: Paul K <pau...@ya...> - 2013-04-10 03:41:18
|
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. Just wanted to let you and others know as I got burned by this a bit... Paul. |