Home
last modified time | relevance | path

Searched refs:MOTOR_LEFT (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.cpp82 …JoystickXInput::MOTOR_LEFT].SetPrimitive(JOYSTICK_MOTOR_PRIMITIVE, kodi::addon::DriverPrimitive::C… in GetButtonMap()
86 …JoystickXInput::MOTOR_LEFT].SetPrimitive(JOYSTICK_MOTOR_PRIMITIVE, kodi::addon::DriverPrimitive::C… in GetButtonMap()
H A DJoystickXInput.h22 MOTOR_LEFT = 0, enumerator
H A DJoystickXInput.cpp38 m_motorSpeeds[MOTOR_LEFT] = 0.0f; in CJoystickXInput()
141 vibrationState.wLeftMotorSpeed = static_cast<WORD>(m_motorSpeeds[MOTOR_LEFT] * MAX_MOTOR); in SetMotor()
/dports/emulators/cannonball/cannonball-0.34/src/main/engine/
H A Dooutputs.cpp213 hw_motor_control = MOTOR_LEFT; in diag_left()
276 … hw_motor_control = (counter <= COUNTER_RESET/2) ? MOTOR_RIGHT : MOTOR_LEFT; // Move Right in diag_centre()
368 hw_motor_control = MOTOR_LEFT; in calibrate_left()
377 hw_motor_control = MOTOR_LEFT; // Move Left in calibrate_left()
388 hw_motor_control = MOTOR_LEFT; // Move Left in calibrate_left()
451 … hw_motor_control = (counter <= COUNTER_RESET/2) ? MOTOR_RIGHT : MOTOR_LEFT; // Move Right in calibrate_centre()
H A Dooutputs.hpp92 const static uint8_t MOTOR_LEFT = 0xB; member in OOutputs