Hello. I try to understand how keypress event works. May somebody show on working example --please.
This is code from Juce demo windows (I use it in my application)
DialogWindow::LaunchOptions options;
...
DialogWindow* dw = options.launchAsync();
And what i must do next if i want to tigger(or detect) event of space bar key pressed?
Thank you.