Control and Shift keys not working in GLFW

Monkey Forums/Monkey Bug Reports/Control and Shift keys not working in GLFW

dopeyrulz(Posted 2013) [#1]
Mark,

The Control and Shift keys appear to not be working in v68 for the GLFW target. Works fine in HTML5.




dopeyrulz(Posted 2013) [#2]
Ok - noticed reference to VKEY_LCONTROL=162,VKEY_RCONTROL in the c++ source. I'd assume these haven't been mapped to KEY_CONTROL or references added for KEY_LCONTROL and KEY_RCONTROL.


dopeyrulz(Posted 2013) [#3]
Anyone else get this problem??


marksibly(Posted 2013) [#4]
Fixed in v68b, out soon.


dopeyrulz(Posted 2013) [#5]
Ah - great! Thanks Mark!

Update: Tested Ok!