Control and Shift keys not working in GLFW
Monkey Forums/Monkey Bug Reports/Control and Shift keys not working in GLFW| 
 | ||
| Mark, The Control and Shift keys appear to not be working in v68 for the GLFW target. Works fine in HTML5. | 
| 
 | ||
| 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. | 
| 
 | ||
| Anyone else get this problem?? | 
| 
 | ||
| Fixed in v68b, out soon. | 
| 
 | ||
| Ah - great! Thanks Mark! Update: Tested Ok! |