renamed joystick to joypad everywhere around source code!
This commit is contained in:
@@ -503,7 +503,7 @@ void DocData::generate(bool p_basic_types) {
|
||||
|
||||
if (i==Variant::INPUT_EVENT) {
|
||||
static const char* ie_type[InputEvent::TYPE_MAX]={
|
||||
"","Key","MouseMotion","MouseButton","JoystickMotion","JoystickButton","ScreenTouch","ScreenDrag","Action"
|
||||
"","Key","MouseMotion","MouseButton","JoypadMotion","JoypadButton","ScreenTouch","ScreenDrag","Action"
|
||||
};
|
||||
cname+=ie_type[j];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user