Searched refs:SetMotorCount (Results 1 – 6 of 6) sorted by relevance
101 void SetMotorCount(unsigned int motorCount); // specialized to update m_features
397 void CPeripheralJoystick::SetMotorCount(unsigned int motorCount) in SetMotorCount() function in CPeripheralJoystick
36 SetMotorCount(MOTOR_COUNT); in CJoystickXInput()
328 SetMotorCount(std::min(num_effects, static_cast<unsigned int>(MOTOR_COUNT))); in GetProperties()
864 joystickInfo.SetMotorCount(joystick->MotorCount()); in GetJoystickInfo()882 joystick.SetMotorCount(joystickInfo.MotorCount()); in SetJoystickInfo()
703 void SetMotorCount(unsigned int motorCount) { m_motorCount = motorCount; } in SetMotorCount() function