From: John L. <jla...@gm...> - 2005-07-18 17:31:08
|
On 7/18/05, The Doctor <the...@bl...> wrote: > Hi John, how would I detect a ControlDown when a toolbar button is clicke= d? I don't think this is possible, however you can add a wxButton as a tool and connect to the left down event where you can get the keystate from the mouse event and save it. Make sure you skip the mouse event so the button gets it and send the button event. Then take the appropriate action from the button event. Regards, John Labenski |