Move the key handler to C

This commit is contained in:
Kovid Goyal
2017-09-15 21:46:00 +05:30
parent a4d71bcf5c
commit c5e989bc94
11 changed files with 4226 additions and 4013 deletions

View File

@@ -39,7 +39,6 @@ class TestParser(BaseTest):
mods,
w,
defines.GLFW_PRESS,
get_localized_key=lambda k, s: k
)
self.ae(b'\033' + expected.encode('ascii'), actual)