diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2016-02-11 07:17:43 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2016-02-11 07:17:43 +0100 |
commit | 285c400288e3a7ccb41d14b1751c88b09c1df294 (patch) | |
tree | eb5885c93146b4488aa9c0c80ec7bac12e9fa950 /modules/gdscript/gd_editor.cpp | |
parent | db43e941752590f32e949638e35f5891bc8979c3 (diff) | |
parent | 6de2b9d8649d81180d7da733237370afd08657fa (diff) | |
download | redot-engine-285c400288e3a7ccb41d14b1751c88b09c1df294.tar.gz |
Merge pull request #3658 from Hinsbart/doc_joyevent
doc: use correct identifiers for InputEventJoystick{Motion, Button}
Diffstat (limited to 'modules/gdscript/gd_editor.cpp')
-rw-r--r-- | modules/gdscript/gd_editor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdscript/gd_editor.cpp b/modules/gdscript/gd_editor.cpp index 8dfb55a6b6..b4e5c04c95 100644 --- a/modules/gdscript/gd_editor.cpp +++ b/modules/gdscript/gd_editor.cpp @@ -2324,8 +2324,8 @@ Error GDScriptLanguage::complete_code(const String& p_code, const String& p_base "# Key", "# MouseMotion", "# MouseButton", - "# JoyMotion", - "# JoyButton", + "# JoystickMotion", + "# JoystickButton", "# ScreenTouch", "# ScreenDrag", "# Action" |