diff options
| author | George Marques | 2016-07-05 12:29:08 -0300 |
|---|---|---|
| committer | George Marques | 2016-07-05 12:29:08 -0300 |
| commit | 5c355a63d3a86039a8f1a88e6ea508209de97dbc (patch) | |
| tree | 4d016a52dbccaad9e55bf5e3b1a5fd0bec909239 /doc | |
| parent | 628b0a9375814bc811820f073df5f102bdb049fc (diff) | |
| download | godot-5c355a63d3a86039a8f1a88e6ea508209de97dbc.tar.gz godot-5c355a63d3a86039a8f1a88e6ea508209de97dbc.tar.zst godot-5c355a63d3a86039a8f1a88e6ea508209de97dbc.zip | |
Add OS.request_attention() for Windows
Diffstat (limited to 'doc')
| -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 4b5c424d4..285e6a812 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -22729,6 +22729,11 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) <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> |
