diff options
author | chai <chaifix@163.com> | 2020-07-12 01:55:45 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-07-12 01:55:45 +0800 |
commit | ec7aa42781a9108901fbde7210d8285bbbeaf5fc (patch) | |
tree | 9a17690248cf855c0bb31c057f24159d4f81eafe /src/extern/wog.h | |
parent | e849a07762a2feb3f124a08d50adeed52f085d5b (diff) |
*capture
Diffstat (limited to 'src/extern/wog.h')
-rw-r--r-- | src/extern/wog.h | 6 |
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 |