Add Input documentation for exact_match
This commit is contained in:
parent
6d5c1086c3
commit
55206ecb76
3 changed files with 10 additions and 0 deletions
|
|
@ -113,6 +113,7 @@
|
|||
</argument>
|
||||
<description>
|
||||
Returns [code]true[/code] if 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.
|
||||
If [code]exact_match[/code] is [code]false[/code], it ignores the input modifiers for [InputEventKey] and [InputEventMouseButton] events, and the direction for [InputEventJoypadMotion] events.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_actions">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue