1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

doc: use correct identifier for InputEventJoystick{Motion, Button}

This commit is contained in:
hondres
2016-02-10 22:58:32 +01:00
parent b6b33e8886
commit 6de2b9d864
3 changed files with 5 additions and 5 deletions

View File

@@ -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"