mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 14:11:35 +00:00
Implement controller touchpad support
This commit is contained in:
@@ -25,6 +25,11 @@
|
||||
@property (nonatomic) short lastRightStickX;
|
||||
@property (nonatomic) short lastRightStickY;
|
||||
|
||||
@property (nonatomic) float lastPrimaryTouchX;
|
||||
@property (nonatomic) float lastPrimaryTouchY;
|
||||
@property (nonatomic) float lastSecondaryTouchX;
|
||||
@property (nonatomic) float lastSecondaryTouchY;
|
||||
|
||||
@property (nonatomic) HapticContext* _Nullable lowFreqMotor;
|
||||
@property (nonatomic) HapticContext* _Nullable highFreqMotor;
|
||||
@property (nonatomic) HapticContext* _Nullable leftTriggerMotor;
|
||||
|
||||
Reference in New Issue
Block a user