mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 05:15:43 -04:00
AnalogJoystick: Make setter methods public
This commit is contained in:
parent
77bf7d3902
commit
d38a1c9430
@ -69,6 +69,9 @@ public:
|
|||||||
|
|
||||||
void LoadSettings(const char* section) override;
|
void LoadSettings(const char* section) override;
|
||||||
|
|
||||||
|
void SetAxisState(Axis axis, u8 value);
|
||||||
|
void SetButtonState(Button button, bool pressed);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
enum class TransferState : u8
|
enum class TransferState : u8
|
||||||
{
|
{
|
||||||
@ -83,9 +86,6 @@ private:
|
|||||||
LeftAxisY
|
LeftAxisY
|
||||||
};
|
};
|
||||||
|
|
||||||
void SetAxisState(Axis axis, u8 value);
|
|
||||||
void SetButtonState(Button button, bool pressed);
|
|
||||||
|
|
||||||
u16 GetID() const;
|
u16 GetID() const;
|
||||||
void ToggleAnalogMode();
|
void ToggleAnalogMode();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user