renamed joystick to joypad everywhere around source code!

This commit is contained in:
Juan Linietsky
2017-01-08 17:05:51 -03:00
parent 74162ecd25
commit 765d304413
3 changed files with 23 additions and 23 deletions

View File

@@ -971,8 +971,8 @@ static const char* event_type_names[InputEvent::TYPE_MAX]={
"Key",
"MouseMotion",
"MouseButton",
"JoystickMotion",
"JoystickButton",
"JoypadMotion",
"JoypadButton",
"ScreenTouch",
"ScreenDrag",
"Action"