Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
OnKeyDown keydown don't work
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: OnKeyDown keydown don't work (Read 4089 times)
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"));
}
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
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...
Logged
(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!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
OnKeyDown keydown don't work