mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Added love.window.requestAttention. Bounces the dock icon in OS X and flashes the taskbar icon in Windows when called, if the program isn't in focus.
This commit is contained in:
@@ -100,6 +100,8 @@ public:
|
||||
bool showMessageBox(const std::string &title, const std::string &message, MessageBoxType type, bool attachtowindow);
|
||||
int showMessageBox(const MessageBoxData &data);
|
||||
|
||||
void requestAttention(bool continuous) override;
|
||||
|
||||
static love::window::Window *createSingleton();
|
||||
|
||||
const char *getName() const;
|
||||
|
||||
Reference in New Issue
Block a user