ControllerInterface: Add XInput controller backend
This commit is contained in:
@ -14,6 +14,7 @@ public:
|
||||
SDLControllerInterface();
|
||||
~SDLControllerInterface();
|
||||
|
||||
Backend GetBackend() const override;
|
||||
bool Initialize(CommonHostInterface* host_interface) override;
|
||||
void Shutdown() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user