diff options
author | hondres <liu.gam3@gmail.com> | 2016-02-10 22:58:32 +0100 |
---|---|---|
committer | hondres <liu.gam3@gmail.com> | 2016-02-10 23:37:25 +0100 |
commit | 6de2b9d8649d81180d7da733237370afd08657fa (patch) | |
tree | c0a52cd332e411c1c88bdd442ff6658460546bbc /modules/gdscript | |
parent | b6b33e8886c4e1515164925dddf55d9ee687456f (diff) |
doc: use correct identifier for InputEventJoystick{Motion, Button}
Diffstat (limited to 'modules/gdscript')
-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 126a8cd1eb..72740d7bdc 100644 --- a/modules/gdscript/gd_editor.cpp +++ b/modules/gdscript/gd_editor.cpp @@ -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" |