ControllerInterface: SDL: Replace unclear bool parameter with enum class.

This commit is contained in:
Jordan Woyak
2019-01-17 10:13:32 -06:00
parent 4fb68c530b
commit 0bdfa19650
4 changed files with 22 additions and 18 deletions

View File

@ -90,8 +90,8 @@ private:
public:
enum class Motor : u8
{
WEAK,
STRONG,
Weak,
Strong,
};
RumbleEffect(int fd, Motor motor);