Home
last modified time | relevance | path

Searched refs:MOTOR_RIGHT (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/api/xinput/
H A DJoystickInterfaceXInput.cpp83 …oystickXInput::MOTOR_RIGHT].SetPrimitive(JOYSTICK_MOTOR_PRIMITIVE, kodi::addon::DriverPrimitive::C… in GetButtonMap()
87 …oystickXInput::MOTOR_RIGHT].SetPrimitive(JOYSTICK_MOTOR_PRIMITIVE, kodi::addon::DriverPrimitive::C… in GetButtonMap()
H A DJoystickXInput.h23 MOTOR_RIGHT = 1, enumerator
H A DJoystickXInput.cpp39 m_motorSpeeds[MOTOR_RIGHT] = 0.0f; in CJoystickXInput()
142 vibrationState.wRightMotorSpeed = static_cast<WORD>(m_motorSpeeds[MOTOR_RIGHT] * MAX_MOTOR); in SetMotor()
/dports/emulators/cannonball/cannonball-0.34/src/main/engine/
H A Dooutputs.cpp244 hw_motor_control = MOTOR_RIGHT; // Move Right in diag_right()
276 … hw_motor_control = (counter <= COUNTER_RESET/2) ? MOTOR_RIGHT : MOTOR_LEFT; // Move Right in diag_centre()
414 hw_motor_control = MOTOR_RIGHT; // Move Right in calibrate_right()
451 … hw_motor_control = (counter <= COUNTER_RESET/2) ? MOTOR_RIGHT : MOTOR_LEFT; // Move Right in calibrate_centre()
H A Dooutputs.hpp90 const static uint8_t MOTOR_RIGHT = 0x5; member in OOutputs