Searched defs:scancode (Results 1 – 2 of 2) sorted by relevance
78 auto&& keyboardCbk = [this](int key, int scancode, int action, int mods) { in Initialize()
228 void GlfwRenderContext::OnKey(GLFWwindow *window, int key, int scancode, int action, int mods) in OnKey()