Differences From Artifact [3129705f22]:
- File
src/hid/OHGameController.m
— part of check-in
[998339ff24]
at
2024-06-09 11:43:49
on branch trunk
— OHGamepad: Move some elements to OHExtendedGamepad
This allows to have a profile for limited gamepads such as found on the
Nintendo DS rather than only having the raw profile for those. (user: js, size: 2850) [annotate] [blame] [check-ins using]
To Artifact [386bef4691]:
- File src/hid/OHGameController.m — part of check-in [8be13b6bc6] at 2024-06-09 15:12:03 on branch trunk — ObjFWHID: Make OHGameControllerProfile a protocol (user: js, size: 2856) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
92 93 94 95 96 97 98 | } - (void)retrieveState { OF_UNRECOGNIZED_SELECTOR } | | | | 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | } - (void)retrieveState { OF_UNRECOGNIZED_SELECTOR } - (id <OHGamepad>)gamepad { return nil; } - (id <OHExtendedGamepad>)extendedGamepad { return nil; } - (OFString *)description { if (self.vendorID != nil && self.productID != nil) |
︙ | ︙ |