Skip to content

Commit 8188c37

Browse files
committed
Let's just hope this doesn't break
1 parent 3162502 commit 8188c37

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) = 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

Comments
 (0)