mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
renamed joystick to joypad everywhere around source code!
This commit is contained in:
@@ -156,7 +156,7 @@ void BaseButton::_gui_input(InputEvent p_event) {
|
||||
}
|
||||
} break;
|
||||
case InputEvent::ACTION:
|
||||
case InputEvent::JOYSTICK_BUTTON:
|
||||
case InputEvent::JOYPAD_BUTTON:
|
||||
case InputEvent::KEY: {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user