From 6de2b9d8649d81180d7da733237370afd08657fa Mon Sep 17 00:00:00 2001 From: hondres Date: Wed, 10 Feb 2016 22:58:32 +0100 Subject: doc: use correct identifier for InputEventJoystick{Motion, Button} --- modules/gdscript/gd_editor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/gdscript/gd_editor.cpp') 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" -- cgit v1.2.3