mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 21:41:19 +12:00
macOS: Fix error sound for every KB keypress on render canvas (#521)
This commit is contained in:
parent
8ff668a303
commit
c0ebbef9bd
1 changed files with 1 additions and 1 deletions
|
@ -1388,7 +1388,7 @@ void MainWindow::OnChar(wxKeyEvent& event)
|
||||||
if (swkbd_hasKeyboardInputHook())
|
if (swkbd_hasKeyboardInputHook())
|
||||||
swkbd_keyInput(event.GetUnicodeKey());
|
swkbd_keyInput(event.GetUnicodeKey());
|
||||||
|
|
||||||
event.Skip();
|
// event.Skip();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::OnToolsInput(wxCommandEvent& event)
|
void MainWindow::OnToolsInput(wxCommandEvent& event)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue