diff options
| author | Kelly Thomas | 2018-05-17 00:15:30 +0800 |
|---|---|---|
| committer | Kelly Thomas | 2018-05-17 00:15:30 +0800 |
| commit | c6ed46891d0abacb6619ff77697c616c9658a90f (patch) | |
| tree | b6db1db2d9fc61d1f43126014b89627d66be6b1b /doc/classes/InputEventJoypadButton.xml | |
| parent | 760ec584df5ab1126b73a8c0d47637916e22250e (diff) | |
| download | godot-c6ed46891d0abacb6619ff77697c616c9658a90f.tar.gz godot-c6ed46891d0abacb6619ff77697c616c9658a90f.tar.zst godot-c6ed46891d0abacb6619ff77697c616c9658a90f.zip | |
[docs] fix links in class docs
Diffstat (limited to 'doc/classes/InputEventJoypadButton.xml')
| -rw-r--r-- | doc/classes/InputEventJoypadButton.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/InputEventJoypadButton.xml b/doc/classes/InputEventJoypadButton.xml index fdfdc1046..9614b0805 100644 --- a/doc/classes/InputEventJoypadButton.xml +++ b/doc/classes/InputEventJoypadButton.xml @@ -15,7 +15,7 @@ </methods> <members> <member name="button_index" type="int" setter="set_button_index" getter="get_button_index"> - Button identifier. One of the [code]JOY_BUTTON_*[/code] constants from [@global Scope]. + Button identifier. One of the [code]JOY_BUTTON_*[/code] constants from [@GlobalScope]. </member> <member name="pressed" type="bool" setter="set_pressed" getter="is_pressed"> If [code]true[/code] the button's state is pressed. If [code]false[/code] the button's state is released. |
