doc: use correct identifier for InputEventJoystick{Motion, Button}
This commit is contained in:
parent
b6b33e8886
commit
6de2b9d864
3 changed files with 5 additions and 5 deletions
|
|
@ -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];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue