commit | ef13d95466f27b4a955d6f95da90822001ace25f | [log] [tgz] |
---|---|---|
author | omar <omarcornut@gmail.com> | Sat May 11 10:33:56 2019 +0200 |
committer | omar <omarcornut@gmail.com> | Sat May 11 10:33:56 2019 +0200 |
tree | 1969d8ad86fc23cb983b27b0cfb5aba553fa3309 | |
parent | 7c256fbd40f50683908a91e32610f07e243ac7e0 [diff] |
IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c). Examples/Backends: Don't filter characters under 0x10000 before calling io.AddInputCharacter(), the filtering is done in io.AddInputCharacter() itself. This is in prevision for fuller Unicode support. (#2538, #2541)