Author Topic: OnKeyDown keydown don't work  (Read 3134 times)

Offline dkaip

  • Multiple posting newcomer
  • *
  • Posts: 42
OnKeyDown keydown don't work
« 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"));
}

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: OnKeyDown keydown don't work
« Reply #1 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...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]