You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
Mention keep_pressed_outside caveat in the BaseButton documentation
This closes #37790.
(cherry picked from commit e799dc954e)
This commit is contained in:
committed by
Rémi Verschelde
parent
6c4a0ec75a
commit
26614a37b8
@@ -60,6 +60,7 @@
|
|||||||
</member>
|
</member>
|
||||||
<member name="keep_pressed_outside" type="bool" setter="set_keep_pressed_outside" getter="is_keep_pressed_outside" default="false">
|
<member name="keep_pressed_outside" type="bool" setter="set_keep_pressed_outside" getter="is_keep_pressed_outside" default="false">
|
||||||
If [code]true[/code], the button stays pressed when moving the cursor outside the button while pressing it.
|
If [code]true[/code], the button stays pressed when moving the cursor outside the button while pressing it.
|
||||||
|
[b]Note:[/b] This property only affects the button's visual appearance. Signals will be emitted at the same moment regardless of this property's value.
|
||||||
</member>
|
</member>
|
||||||
<member name="pressed" type="bool" setter="set_pressed" getter="is_pressed" default="false">
|
<member name="pressed" type="bool" setter="set_pressed" getter="is_pressed" default="false">
|
||||||
If [code]true[/code], the button's state is pressed. Means the button is pressed down or toggled (if [member toggle_mode] is active).
|
If [code]true[/code], the button's state is pressed. Means the button is pressed down or toggled (if [member toggle_mode] is active).
|
||||||
|
|||||||
Reference in New Issue
Block a user