mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 06:15:46 +00:00
bootmanager: Use cross-platform keyboard input
This commit is contained in:
parent
30de38ee7f
commit
af121ded18
3 changed files with 58 additions and 39 deletions
|
@ -162,7 +162,7 @@ public:
|
|||
static int QtKeyToSwitchKey(Qt::Key qt_keys);
|
||||
|
||||
/// Converts a Qt modifier keys into NativeKeyboard modifier keys
|
||||
static int QtModifierToSwitchModifier(quint32 qt_modifiers);
|
||||
static int QtModifierToSwitchModifier(Qt::KeyboardModifiers qt_modifiers);
|
||||
|
||||
void keyPressEvent(QKeyEvent* event) override;
|
||||
void keyReleaseEvent(QKeyEvent* event) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue