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

Merge pull request #3658 from Hinsbart/doc_joyevent

doc: use correct identifiers for InputEventJoystick{Motion, Button}
This commit is contained in:
Rémi Verschelde
2016-02-11 07:17:43 +01:00
3 changed files with 5 additions and 5 deletions

View File

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