diff options
| author | Rémi Verschelde | 2016-07-21 17:29:45 +0200 |
|---|---|---|
| committer | GitHub | 2016-07-21 17:29:45 +0200 |
| commit | d723e5a62ff10d338b8a2848e5a7a43a81233c24 (patch) | |
| tree | 96b4aac1dc2795ecb49ecf0c149be43890794e1e /doc/base/classes.xml | |
| parent | 4abc945466c69426cf4c00ab87d61b927ef1639d (diff) | |
| parent | 5c355a63d3a86039a8f1a88e6ea508209de97dbc (diff) | |
| download | godot-d723e5a62ff10d338b8a2848e5a7a43a81233c24.tar.gz godot-d723e5a62ff10d338b8a2848e5a7a43a81233c24.tar.zst godot-d723e5a62ff10d338b8a2848e5a7a43a81233c24.zip | |
Merge pull request #5560 from vnen/os-request-attention
Add OS.request_attention() for Windows
Diffstat (limited to 'doc/base/classes.xml')
| -rw-r--r-- | doc/base/classes.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index b8156133d..3f203170b 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -22877,6 +22877,11 @@ <description> </description> </method> + <method name="request_attention"> + <description> + Request the user attention to the window. It'll flash the taskbar button on Windows or bounce the dock icon on OSX. + </description> + </method> <method name="set_borderless_window"> <argument index="0" name="borderless" type="bool"> </argument> |
