mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
LibGUI: Fix bad KeyEvent::m_key initializer to unbreak SDL2 port
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user