mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Added love.window.isVisible
This commit is contained in:
@@ -59,6 +59,8 @@ public:
|
||||
bool hasFocus() const;
|
||||
bool hasMouseFocus() const;
|
||||
|
||||
bool isVisible() const;
|
||||
|
||||
void setMouseVisible(bool visible);
|
||||
bool getMouseVisible() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user