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

Method onGLFWMouseCallBack

core/platform/RenderViewImpl.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 static void onGLFWMouseCallBack(GLFWwindow* window, int button, int action, int modify)
108 {
109 if (_view)
110 _view->onGLFWMouseCallBack(window, button, action, modify);
111 }
112
113 static void onGLFWMouseMoveCallBack(GLFWwindow* window, double x, double y)
114 {

Callers

nothing calls this directly

Calls 1

onGLFWMouseCallBackMethod · 0.45

Tested by

no test coverage detected