renamed joystick to joypad everywhere around source code!

This commit is contained in:
Juan Linietsky
2017-01-08 17:05:51 -03:00
parent 6323779596
commit 547a57777b
49 changed files with 416 additions and 416 deletions

View File

@@ -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: {