mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge pull request #109552 from Calinou/doc-inputevent-is-action-type
Clarify the types `InputEvent.is_action_type()` will return `true` for
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
<method name="is_action_type" qualifiers="const">
|
<method name="is_action_type" qualifiers="const">
|
||||||
<return type="bool" />
|
<return type="bool" />
|
||||||
<description>
|
<description>
|
||||||
Returns [code]true[/code] if this input event's type is one that can be assigned to an input action.
|
Returns [code]true[/code] if this input event's type is one that can be assigned to an input action: [InputEventKey], [InputEventMouseButton], [InputEventJoypadButton], [InputEventJoypadMotion], [InputEventAction]. Returns [code]false[/code] for all other input event types.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="is_canceled" qualifiers="const">
|
<method name="is_canceled" qualifiers="const">
|
||||||
|
|||||||
Reference in New Issue
Block a user