summaryrefslogtreecommitdiff
path: root/src/extern/wog.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-07-12 01:55:45 +0800
committerchai <chaifix@163.com>2020-07-12 01:55:45 +0800
commitec7aa42781a9108901fbde7210d8285bbbeaf5fc (patch)
tree9a17690248cf855c0bb31c057f24159d4f81eafe /src/extern/wog.h
parente849a07762a2feb3f124a08d50adeed52f085d5b (diff)
*capture
Diffstat (limited to 'src/extern/wog.h')
-rw-r--r--src/extern/wog.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/extern/wog.h b/src/extern/wog.h
index 2052d07..c5e5c06 100644
--- a/src/extern/wog.h
+++ b/src/extern/wog.h
@@ -207,7 +207,11 @@ void wog_registerQuitCallback(wog_Callback cal);
wog_Surface* wog_getsurface(wog_Window* wnd);
void wog_setcursor(wog_Window* wnd, unsigned int cursor);
-void wog_setcursorImage(wog_Window* wnd, const char* path);
+//void wog_setcursorImage(wog_Window* wnd, const char* path);
+typedef HANDLE Wog_Cursor;
+void wog_setcursorImage(wog_Window* wnd, Wog_Cursor icon);
+void wog_setMouseCapture(wog_Window* wnd);
+void wog_releaseMouseCapture(wog_Window* wnd);
#endif \ No newline at end of file