mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[ion] Alpha-locked percent becomes backspace
This commit is contained in:
committed by
GitHub
parent
8dbe719a68
commit
4a9bfca1f6
@@ -21,7 +21,7 @@ public:
|
||||
#if DEBUG
|
||||
const char * name() const;
|
||||
#endif
|
||||
Event(Keyboard::Key key, bool shift, bool alpha);
|
||||
Event(Keyboard::Key key, bool shift, bool alpha, bool lock);
|
||||
|
||||
bool operator==(const Event & other) const {
|
||||
return (m_id == other.m_id);
|
||||
@@ -56,6 +56,7 @@ void setShiftAlphaStatus(ShiftAlphaStatus s);
|
||||
void removeShift();
|
||||
bool isShiftActive();
|
||||
bool isAlphaActive();
|
||||
bool isLockActive();
|
||||
void setLongRepetition(bool longRepetition);
|
||||
bool isLongRepetition();
|
||||
void updateModifiersFromEvent(Event e);
|
||||
|
||||
Reference in New Issue
Block a user