mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
[MacOS] Implement joystick support
Maniphest Tasks: T508
This commit is contained in:
committed by
Mat Sutcliffe
parent
ab9131fdec
commit
cc620698c6
@@ -39,6 +39,10 @@ namespace BlackInput
|
||||
signals:
|
||||
//! Joystick button combination has changed
|
||||
void buttonCombinationChanged(const BlackMisc::Input::CHotkeyCombination &);
|
||||
|
||||
protected:
|
||||
//! Initializes the platform joystick devices
|
||||
virtual bool init() { return false; }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user