renamed joystick to joypad everywhere around source code!
This commit is contained in:
parent
6323779596
commit
547a57777b
49 changed files with 416 additions and 416 deletions
|
|
@ -370,7 +370,7 @@ void OS_Android::main_loop_focusin(){
|
|||
|
||||
}
|
||||
|
||||
void OS_Android::process_joy_event(OS_Android::JoystickEvent p_event) {
|
||||
void OS_Android::process_joy_event(OS_Android::JoypadEvent p_event) {
|
||||
|
||||
switch (p_event.type) {
|
||||
case JOY_EVENT_BUTTON:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue