Vladimir Perminov
|
2a201a5c4e
|
WinRT support key repeat and implement dispatchControlKey
|
2016-03-07 14:43:44 +03:00 |
Dale Stammen
|
32eeb560c3
|
clean up include files for WINRT platforms
|
2015-10-02 18:49:41 -07:00 |
Vladimir Perminov
|
b5688f504c
|
Desktop and WinRT use correct keyboard codes
Desktop:
GLFW_KEY_ENTER equals KEY_ENTER ( GLFW_KEY_KP_ENTER = KEY_KP_ENTER)
WinRT:
VK_PRIOR equals KEY_PG_UP ( not KEY_KP_PG_UP )
|
2015-08-27 23:46:24 +03:00 |
Dale Stammen
|
f1fe802442
|
updated winrt keyboard support to support physical keyboard
|
2015-05-12 09:20:10 -07:00 |
Dale Stammen
|
b5fdf892b2
|
added text input from keyboard support for winrt
|
2014-10-23 07:38:46 -07:00 |