KeyboardMapper: Replace char data type to u32 for code point

This commit is contained in:
Hüseyin ASLITÜRK 2020-06-13 13:52:56 +03:00 committed by Andreas Kling
commit 1887e35dc8
Notes: sideshowbarker 2024-07-19 05:37:39 +09:00
2 changed files with 4 additions and 5 deletions

View file

@ -94,4 +94,3 @@ void KeyButton::leave_event(Core::Event& event)
window()->set_override_cursor(GUI::StandardCursor::Arrow);
AbstractButton::leave_event(event);
}