mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
WiimoteEmu: Expose maximum tilt acceleration.
This commit is contained in:
@ -28,7 +28,11 @@ public:
|
||||
|
||||
StateData GetState();
|
||||
|
||||
// Return peak rotational velocity (for a complete turn) in radians/sec
|
||||
ControlState GetMaxRotationalVelocity() const;
|
||||
|
||||
private:
|
||||
SettingValue<double> m_max_angle_setting;
|
||||
SettingValue<double> m_max_rotational_velocity;
|
||||
};
|
||||
} // namespace ControllerEmu
|
||||
|
Reference in New Issue
Block a user