Hi,

Iam having a problem handling some OSKeywordEvents. These events should
have character associated.

The mapping is resolved by SDL2SpecialCharacterMapping using a
dictionary(Mappings), it has the mapping, for example, for left arrow and
right arrow.

It resolve correctly for "left arrow" with key: 1073741904(Integer) , but
it does not found "right arrow" with key: 1073741903(Integer).

Both keys are present.
Any idea?

Reply via email to