mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Add Share+PS combo for clickpad button emulation on PS4/5 controllers
This commit is contained in:
@@ -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)];
|
||||
|
||||
Reference in New Issue
Block a user