Idea!: Set to defaults flyout button with options for all styles of joystick controller

The button portion does nothing if there is an unknown or no controller connected, otherwise it sets defaults for the controller's identified type.

Joystick buttons are still configured based on identification, however.
DS3 users will likely find that using Motion in Joy switchboards is much more effective, however.
This commit is contained in:
Inusaito Sayori
2014-07-10 22:38:30 -04:00
parent ed8416ea10
commit 8583a2f4f7
9 changed files with 40 additions and 27 deletions

View File

@@ -67,7 +67,7 @@ public:
bool getOverrideCamera() { return mOverrideCamera; }
void setOverrideCamera(bool val);
bool toggleFlycam();
void setSNDefaults();
void setSNDefaults(S32 type = 0);
std::string getDescription();
protected: