Skip to content

Commit 3162502

Browse files
committed
hi, please don't hook these, thanks
1 parent 43a0a6e commit 3162502

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bindings/2.2081/Cocos2d.bro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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);
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);
13031303
[[missing(android, mac, ios)]]
13041304
void onGLFWMouseScrollCallback(GLFWwindow* window, double xOffset, double yOffset);
13051305
[[missing(android, mac, ios)]]

0 commit comments

Comments
 (0)