MCPcopy Create free account
hub / github.com/axmolengine/axmol / onGLFWKeyCallback

Method onGLFWKeyCallback

core/platform/RenderViewImpl.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 static void onGLFWKeyCallback(GLFWwindow* window, int key, int scancode, int action, int mods)
140 {
141 if (_view)
142 _view->onGLFWKeyCallback(window, key, scancode, action, mods);
143 }
144
145 static void onGLFWCharCallback(GLFWwindow* window, unsigned int character)
146 {

Callers

nothing calls this directly

Calls 1

onGLFWKeyCallbackMethod · 0.45

Tested by

no test coverage detected