renpy / pygame_sdl2

Reimplementation of portions of the pygame API using SDL2.
GNU Lesser General Public License v2.1
325 stars 63 forks source link

feature: allow check events by `scancode` instead of `key` & `unicode` #154

Closed qTich closed 3 months ago

qTich commented 3 months ago

keysym and keymap causes problems in multi-language projects due to the fact that the event is checked based on key and unicode.