[ion/simulator] Handle typing % on simulator

Change-Id: Ib47786659e710e473f75d1c6887a9794fad0a75f
This commit is contained in:
Gabriel Ozouf
2020-09-18 16:50:15 +02:00
committed by Émilie Feral
parent ac2dd9cdf0
commit 4d0950fa1e

View File

@@ -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,