doc: use correct identifier for InputEventJoystick{Motion, Button}
This commit is contained in:
parent
b6b33e8886
commit
6de2b9d864
3 changed files with 5 additions and 5 deletions
|
|
@ -2300,8 +2300,8 @@ Error GDScriptLanguage::complete_code(const String& p_code, const String& p_base
|
|||
"# Key",
|
||||
"# MouseMotion",
|
||||
"# MouseButton",
|
||||
"# JoyMotion",
|
||||
"# JoyButton",
|
||||
"# JoystickMotion",
|
||||
"# JoystickButton",
|
||||
"# ScreenTouch",
|
||||
"# ScreenDrag",
|
||||
"# Action"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue