mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Added love.mouse.hasCursor. Returns true if mouse cursors are available.
--HG-- branch : minor
This commit is contained in:
@@ -53,6 +53,8 @@ public:
|
||||
|
||||
love::mouse::Cursor *getCursor() const;
|
||||
|
||||
bool hasCursor() const;
|
||||
|
||||
int getX() const;
|
||||
int getY() const;
|
||||
void getPosition(int &x, int &y) const;
|
||||
|
||||
Reference in New Issue
Block a user