@@ -1294,12 +1294,12 @@ class cocos2d::CCEGLView {
12941294 void onGLFWError (int code, char const * description);
12951295 [[missing (android, mac, ios)]]
12961296 void onGLFWframebuffersize (GLFWwindow* window, int width, int height);
1297- / / [[missing (android, mac, ios)]]
1298- / / void onGLFWKeyCallback (GLFWwindow* window, int key, int scancode, int action, int mods);
1299- / / [[missing (android, mac, ios)]]
1300- / / void onGLFWMouseCallBack (GLFWwindow* window, int button, int action, int mods);
1301- / / [[missing (android, mac, ios)]]
1302- / / void onGLFWMouseMoveCallBack (GLFWwindow* window, double x, double y);
1297+ [[missing (android, mac, ios)]]
1298+ void onGLFWKeyCallback (GLFWwindow* window, int key, int scancode, int action, int mods) = win inline ;
1299+ [[missing (android, mac, ios)]]
1300+ void onGLFWMouseCallBack (GLFWwindow* window, int button, int action, int mods) = win inline ;
1301+ [[missing (android, mac, ios)]]
1302+ void onGLFWMouseMoveCallBack (GLFWwindow* window, double x, double y) = win inline ;
13031303 [[missing (android, mac, ios)]]
13041304 void onGLFWMouseScrollCallback (GLFWwindow* window, double xOffset, double yOffset);
13051305 [[missing (android, mac, ios)]]
0 commit comments