mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Replaced Command with Cmd in documentation
This commit is contained in:
parent
4714e95896
commit
6e2b311c33
@ -19,7 +19,7 @@
|
|||||||
<method name="is_command_or_control_pressed" qualifiers="const">
|
<method name="is_command_or_control_pressed" qualifiers="const">
|
||||||
<return type="bool" />
|
<return type="bool" />
|
||||||
<description>
|
<description>
|
||||||
On macOS, returns [code]true[/code] if [kbd]Meta[/kbd] ([kbd]Command[/kbd]) is pressed.
|
On macOS, returns [code]true[/code] if [kbd]Meta[/kbd] ([kbd]Cmd[/kbd]) is pressed.
|
||||||
On other platforms, returns [code]true[/code] if [kbd]Ctrl[/kbd] is pressed.
|
On other platforms, returns [code]true[/code] if [kbd]Ctrl[/kbd] is pressed.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
State of the [kbd]Alt[/kbd] modifier.
|
State of the [kbd]Alt[/kbd] modifier.
|
||||||
</member>
|
</member>
|
||||||
<member name="command_or_control_autoremap" type="bool" setter="set_command_or_control_autoremap" getter="is_command_or_control_autoremap" default="false">
|
<member name="command_or_control_autoremap" type="bool" setter="set_command_or_control_autoremap" getter="is_command_or_control_autoremap" default="false">
|
||||||
Automatically use [kbd]Meta[/kbd] ([kbd]Command[/kbd]) on macOS and [kbd]Ctrl[/kbd] on other platforms. If [code]true[/code], [member ctrl_pressed] and [member meta_pressed] cannot be set.
|
Automatically use [kbd]Meta[/kbd] ([kbd]Cmd[/kbd]) on macOS and [kbd]Ctrl[/kbd] on other platforms. If [code]true[/code], [member ctrl_pressed] and [member meta_pressed] cannot be set.
|
||||||
</member>
|
</member>
|
||||||
<member name="ctrl_pressed" type="bool" setter="set_ctrl_pressed" getter="is_ctrl_pressed" default="false">
|
<member name="ctrl_pressed" type="bool" setter="set_ctrl_pressed" getter="is_ctrl_pressed" default="false">
|
||||||
State of the [kbd]Ctrl[/kbd] modifier.
|
State of the [kbd]Ctrl[/kbd] modifier.
|
||||||
|
Loading…
Reference in New Issue
Block a user