mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-25 19:02:07 -05:00
c4b2efd95e
When depressing a key, KeyboardMapperWidget::keydown_event() will now update only the pressed state of the button associated with the specific key, instead of also setting the pressed state of the all the buttons to false. This makes it possible to highlight multiple pressed keys at once and makes the code more consistent; the implementation of keyup_event implied that this was a feature of the program. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
KeyboardMapperWidget.cpp | ||
KeyboardMapperWidget.h | ||
KeyButton.cpp | ||
KeyButton.h | ||
KeyPositions.h | ||
main.cpp |