Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: dkaip on September 19, 2014, 11:52:29 pm

Title: OnKeyDown keydown don't work
Post by: dkaip on September 19, 2014, 11:52:29 pm
I am using Ubuntu, all update, and c\C::B
The wxWidgets project, the keydown don't work.
Any idea?


void MyFrame::OnKeyDown(wxKeyEvent &event)
{
wxMessageBox(wxT("test"));
}
Title: Re: OnKeyDown keydown don't work
Post by: oBFusCATed on September 21, 2014, 09:09:01 pm
Ask on a wxWidgets related support site, forum or a mailing list.
Probably they could help you better, but make sure to provide more information...