Add Share+PS combo for clickpad button emulation on PS4/5 controllers
This commit is contained in:
parent
8ffadde9cc
commit
53c2c612c9
2 changed files with 26 additions and 1 deletions
|
|
@ -19,6 +19,9 @@ struct GamepadState {
|
|||
SDL_TimerID mouseEmulationTimer;
|
||||
uint32_t lastStartDownTime;
|
||||
|
||||
bool clickpadButtonEmulationEnabled;
|
||||
bool emulatedClickpadButtonDown;
|
||||
|
||||
#if SDL_VERSION_ATLEAST(2, 0, 14)
|
||||
uint8_t gyroReportPeriodMs;
|
||||
float lastGyroEventData[SDL_arraysize(SDL_ControllerSensorEvent::data)];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue