mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-26 02:54:17 +01:00
macOS: Fix error sound for every KB keypress on render canvas (#521)
This commit is contained in:
parent
8ff668a303
commit
c0ebbef9bd
@ -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…
Reference in New Issue
Block a user