mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[ion/simulator] Handle typing % on simulator
Change-Id: Ib47786659e710e473f75d1c6887a9794fad0a75f
This commit is contained in:
committed by
Émilie Feral
parent
ac2dd9cdf0
commit
4d0950fa1e
@@ -133,7 +133,7 @@ static Event eventFromSDLKeyboardEvent(SDL_KeyboardEvent event) {
|
||||
}
|
||||
|
||||
static constexpr Event sEventForASCIICharAbove32[95] = {
|
||||
Space, Exclamation, DoubleQuotes, None, None, None, None, None,
|
||||
Space, Exclamation, DoubleQuotes, None, None, Percent, None, None,
|
||||
LeftParenthesis, RightParenthesis, Multiplication, Plus, Comma, Minus, Dot, Division,
|
||||
Zero, One, Two, Three, Four, Five, Six, Seven,
|
||||
Eight, Nine, Colon, SemiColon, Lower, Equal, Greater, Question,
|
||||
|
||||
Reference in New Issue
Block a user