1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-28 19:02:07 +00:00
serenity/Applications/KeyboardMapper
Andreas Kling 1dd1595043 LibGUI: Make GUI::Application a Core::Object
Having this on the stack makes whole-program teardown iffy. Turning it
into a Core::Object allows anyone who needs it to extends its lifetime.
2020-07-04 14:05:57 +02:00
..
CMakeLists.txt Applications: Add new KeyboardMapper application 2020-06-03 21:52:40 +02:00
KeyboardMapperWidget.cpp KeyboardMapper: Replace char data type to u32 for code point 2020-06-16 13:15:17 +02:00
KeyboardMapperWidget.h Applications: Add new KeyboardMapper application 2020-06-03 21:52:40 +02:00
KeyButton.cpp KeyboardMapper: Replace char data type to u32 for code point 2020-06-16 13:15:17 +02:00
KeyButton.h Application: KeyboardMapper, make button to like a real key 2020-06-13 12:36:30 +02:00
KeyPositions.h KeyboardMapper: Add missing #pragma once 2020-06-03 22:06:08 +02:00
main.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00