mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 14:15:46 -04:00
ControllerInterface: Make axis-to-button deadzone customizable
This commit is contained in:
@ -46,6 +46,9 @@ public:
|
||||
// Set scaling that will be applied on axis-to-axis mappings
|
||||
virtual bool SetControllerAxisScale(int controller_index, float scale) = 0;
|
||||
|
||||
// Set deadzone that will be applied on axis-to-button mappings
|
||||
virtual bool SetControllerDeadzone(int controller_index, float size) = 0;
|
||||
|
||||
// Input monitoring for external access.
|
||||
struct Hook
|
||||
{
|
||||
|
Reference in New Issue
Block a user