mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Add support for gamepad axis configuration
This commit is contained in:
@@ -29,6 +29,8 @@ public:
|
||||
GamepadInputController(int deviceId);
|
||||
double getAxisValue(int axis) override;
|
||||
int getNumberOfAxes() const override;
|
||||
bool supportsConfiguration() const override;
|
||||
void configure() override;
|
||||
|
||||
static QStringList getAllControllers();
|
||||
static GamepadInputController* open(const QString& name);
|
||||
|
||||
Reference in New Issue
Block a user