Home
last modified time | relevance | path

Searched refs:BUTTC_JOYSTICK (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mednafen/mednafen/src/drivers/
H A Dinput.h8 BUTTC_JOYSTICK, enumerator
H A Dinput.cpp79 case BUTTC_JOYSTICK: in DTestButton()
110 case BUTTC_JOYSTICK: accum += JoystickManager::TestAnalogButton(bce); break; in DTestAnalogButton()
127 case BUTTC_JOYSTICK: accum -= JoystickManager::TestAnalogButton(bce); break; in DTestAxis()
155 case BUTTC_JOYSTICK: accum -= JoystickManager::TestAxisRel(bce); break; in DTestAxisRel()
165 case BUTTC_JOYSTICK: accum += JoystickManager::TestAxisRel(bce); break; in DTestAxisRel()
181 case BUTTC_JOYSTICK: in DTestPointer()
209 case BUTTC_JOYSTICK: in DTestButtonCombo()
258 else if(bc.DeviceType == BUTTC_JOYSTICK) in BCGToString()
370 bc.DeviceType = BUTTC_JOYSTICK; in StringToBCG()
502 bc.DeviceType = BUTTC_JOYSTICK; in StringToBCG()
[all …]
H A DJoystick.cpp363 bctmp.DeviceType = BUTTC_JOYSTICK; in Do_BC_ChangeCheck()
408 bctmp.DeviceType = BUTTC_JOYSTICK; in Do_BC_ChangeCheck()
455 if(bc[i].DeviceType != BUTTC_JOYSTICK) in SetRumble()