1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00

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
parent 2f7e5a5e40
commit 1887e35dc8
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);
}