Implement extended gamepad buttons and controller metadata support

This commit is contained in:
Cameron Gutman
2023-06-28 23:46:39 -05:00
parent 20d0087bdc
commit cc16186eed
2 changed files with 174 additions and 2 deletions
+2
View File
@@ -30,4 +30,6 @@
@property (nonatomic) HapticContext* _Nullable leftTriggerMotor;
@property (nonatomic) HapticContext* _Nullable rightTriggerMotor;
@property (nonatomic) BOOL reportedArrival;
@end