summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2016-11-11 10:47:10 +0100
committerGitHub <noreply@github.com>2016-11-11 10:47:10 +0100
commitf0f04d5082c5640ec28399bdb5456433b3350438 (patch)
treeaf8ba446cbd932790bc0073b9c183a46bcbdd7ea /doc
parent34f0ce1168ece7b293d39d99ef4187cdd278dca0 (diff)
parent17d7e6a142500a80ba6628a32eca792c44bbbdb7 (diff)
Merge pull request #6862 from Faless/fix_6388
Fix Keyboard Input Hangs when using modifiers
Diffstat (limited to 'doc')
-rw-r--r--doc/base/classes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index f1155be854..246f8cdac6 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -18023,7 +18023,7 @@
<argument index="1" name="action" type="String">
</argument>
<description>
- Return whether the given event is part of an existing action.
+ Return whether the given event is part of an existing action. This method ignores keyboard modifiers if the given [InputEvent] is not pressed (for proper release detection). See [method action_has_event] if you don't want this behavior.
</description>
</method>
<method name="get_action_from_id" qualifiers="const">