glfw/tests
Dmitri Shuralyov b27b644610 Add mods parameter to character callback.
This is needed to correctly and _reliably_ distinguish character events
from mod+key combinations, due to the change in #40.
I am sick of improvements behind held back due to "backwards
compatibility". Why is it acceptable to do so much more work to jump
through hoops to use sub-optimal API and still suffer with sub-optimal
results, rather than doing so much less work to improve the API and
code that uses it and have correct results? -.-
2014-06-07 16:32:14 -07:00
..
accuracy.c Fixed VC++ warnings. 2013-06-12 20:37:04 +02:00
clipboard.c Added scancode to key callback. 2013-06-05 23:46:09 +02:00
CMakeLists.txt Added support for custom system cursors. 2014-03-20 11:30:27 +01:00
cursor.c Added GLFWimage struct. 2014-03-20 11:30:27 +01:00
cursoranim.c Formatting. 2014-03-20 11:30:27 +01:00
defaults.c Separated window and framebuffer sizes. 2013-06-04 01:51:54 +02:00
empty.c Fixed VC++ warnings. 2014-03-31 22:33:22 +02:00
events.c Add mods parameter to character callback. 2014-06-07 16:32:14 -07:00
fsaa.c Added scancode to key callback. 2013-06-05 23:46:09 +02:00
gamma.c Desktop mode full screen fixes for tests. 2014-02-13 13:30:15 +01:00
glfwinfo.c Fixed warnings from Clang static analysis. 2013-11-14 13:42:29 +01:00
iconify.c Desktop mode full screen fixes for tests. 2014-02-13 13:30:15 +01:00
joysticks.c Fixed joysticks test segfault. 2013-11-07 19:29:33 +01:00
modes.c Desktop mode full screen fixes for tests. 2014-02-13 13:30:15 +01:00
peter.c Revamped cursor mode test. 2014-01-18 23:10:05 +01:00
reopen.c Fixed VC++ warnings. 2013-06-12 20:37:04 +02:00
sharing.c Added scancode to key callback. 2013-06-05 23:46:09 +02:00
tearing.c Added scancode to key callback. 2013-06-05 23:46:09 +02:00
threads.c Added window hiding before thrd_join. 2014-04-06 14:41:04 +02:00
title.c Separated window and framebuffer sizes. 2013-06-04 01:51:54 +02:00
windows.c 4. 2014-04-24 07:57:33 +02:00