mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 02:28:12 +00:00
![]() This changes the keydown_event handler to use codepoints instead of key codes for comparison if possible. This is so the functionality still works as intended with keyboard layouts where e.g. typing '+' actually results in KeyCode::Key_ExclamationPoint rather than KeyCode::Key_Plus. This also removes the unnecessary call to atoi(). |
||
---|---|---|
.. | ||
Calculator.cpp | ||
Calculator.h | ||
CalculatorWidget.cpp | ||
CalculatorWidget.h | ||
CalculatorWindow.gml | ||
CMakeLists.txt | ||
Keypad.cpp | ||
Keypad.h | ||
main.cpp |