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 /tools/doc | |
parent | b6b33e8886c4e1515164925dddf55d9ee687456f (diff) |
doc: use correct identifier for InputEventJoystick{Motion, Button}
Diffstat (limited to 'tools/doc')
-rw-r--r-- | tools/doc/doc_data.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/doc/doc_data.cpp b/tools/doc/doc_data.cpp index 11e4797747..3836fa710b 100644 --- a/tools/doc/doc_data.cpp +++ b/tools/doc/doc_data.cpp @@ -433,7 +433,7 @@ void DocData::generate(bool p_basic_types) { if (i==Variant::INPUT_EVENT) { static const char* ie_type[InputEvent::TYPE_MAX]={ - "","Key","MouseMotion","MouseButton","JoyMotion","JoyButton","ScreenTouch","ScreenDrag","Action" + "","Key","MouseMotion","MouseButton","JoystickMotion","JoystickButton","ScreenTouch","ScreenDrag","Action" }; cname+=ie_type[j]; } |