mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibGUI: Fix bad KeyEvent::m_key initializer to unbreak SDL2 port
This commit is contained in:
parent
b67acf9c88
commit
5be613c9c8
Notes:
sideshowbarker
2024-07-19 05:50:18 +09:00
Author: https://github.com/awesomekling
Commit: 5be613c9c8
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ public:
|
|||
|
||||
private:
|
||||
friend class WindowServerConnection;
|
||||
KeyCode m_key { 0 };
|
||||
KeyCode m_key { KeyCode::Key_Invalid };
|
||||
u8 m_modifiers { 0 };
|
||||
u32 m_scancode { 0 };
|
||||
String m_text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue