mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
doc: use correct identifier for InputEventJoystick{Motion, Button}
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user