mirror of
https://github.com/edubart/otclient.git
synced 2025-10-21 23:05:54 +02:00
implement mouse cursor set in x11 platform
This commit is contained in:
@@ -63,9 +63,11 @@ public:
|
||||
void maximize();
|
||||
void poll();
|
||||
void swapBuffers();
|
||||
void restoreMouseCursor();
|
||||
void showMouse();
|
||||
void hideMouse();
|
||||
|
||||
void setMouseCursor(const std::string& file);
|
||||
void setTitle(const std::string& title);
|
||||
void setMinimumSize(const Size& minimumSize);
|
||||
void setFullscreen(bool fullscreen);
|
||||
|
Reference in New Issue
Block a user