mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added love.window.setScreenSaverEnabled and love.window.isScreenSaverEnabled (resolves issue #1088.)
This commit is contained in:
@@ -70,6 +70,9 @@ public:
|
||||
bool setIcon(love::image::ImageData *imgd);
|
||||
love::image::ImageData *getIcon();
|
||||
|
||||
void setScreenSaverEnabled(bool enable);
|
||||
bool isScreenSaverEnabled() const;
|
||||
|
||||
void minimize();
|
||||
void maximize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user