class
#include <nCine/Backends/GlfwInputManager.h>
GlfwKeys Utility functions to convert between engine key enumerations and GLFW ones.
Public static functions
- static auto keySymValueToEnum(int keysym) -> Keys
- static auto keyModMaskToEnumMask(int keymod) -> int
- static auto enumToKeysValue(Keys keysym) -> int