Closed andrew-pa closed 10 years ago
Mod keys (Ctrl, Shift, Alt) are not working how you might suppose (state::keydown(mod_key) && state::keydown(key)). Broken in OpenGL(GLFW) and DirectX
this seems fixed. added keyboard::state::mods() that returns a flag enum with what mod key is held down
Mod keys (Ctrl, Shift, Alt) are not working how you might suppose (state::keydown(mod_key) && state::keydown(key)). Broken in OpenGL(GLFW) and DirectX