|
@@ -52,6 +52,7 @@ namespace Polycode {
|
|
|
std::vector<Rectangle> getVideoModes();
|
|
std::vector<Rectangle> getVideoModes();
|
|
|
|
|
|
|
|
void setCursor(int cursorType);
|
|
void setCursor(int cursorType);
|
|
|
|
|
+ void warpCursor(int x, int y);
|
|
|
void lockMutex(CoreMutex *mutex);
|
|
void lockMutex(CoreMutex *mutex);
|
|
|
void unlockMutex(CoreMutex *mutex);
|
|
void unlockMutex(CoreMutex *mutex);
|
|
|
CoreMutex *createMutex();
|
|
CoreMutex *createMutex();
|