Differences From Artifact [c213cd4864]:
- File
src/hid/OFGameController.h
— part of check-in
[a0af8f40b8]
at
2024-05-20 15:48:03
on branch gamecontroller
— OFGameController: Clean up buttons a bit
This also emulates a right analog stick using the C buttons on the N64
controller. (user: js, size: 7535) [annotate] [blame] [check-ins using]
To Artifact [db97df8138]:
- File src/hid/OFGameController.h — part of check-in [cb4c3d09f4] at 2024-05-20 15:53:41 on branch gamecontroller — OFGameController: No symbols for custom buttons (user: js, size: 7055) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
57 58 59 60 61 62 63 | * * @ref OFGameControllerDPadDownButton * * @ref OFGameControllerDPadLeftButton * * @ref OFGameControllerDPadRightButton * * @ref OFGameControllerStartButton * * @ref OFGameControllerSelectButton * * @ref OFGameControllerHomeButton * * @ref OFGameControllerCaptureButton | < < < | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | * * @ref OFGameControllerDPadDownButton * * @ref OFGameControllerDPadLeftButton * * @ref OFGameControllerDPadRightButton * * @ref OFGameControllerStartButton * * @ref OFGameControllerSelectButton * * @ref OFGameControllerHomeButton * * @ref OFGameControllerCaptureButton */ typedef OFConstantString *OFGameControllerButton; #ifdef __cplusplus extern "C" { #endif /** |
︙ | ︙ | |||
156 157 158 159 160 161 162 | */ extern const OFGameControllerButton OFGameControllerHomeButton; /** * @brief The Capture button on a game controller. */ extern const OFGameControllerButton OFGameControllerCaptureButton; | < < < < < < < < < < < < < < < | 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | */ extern const OFGameControllerButton OFGameControllerHomeButton; /** * @brief The Capture button on a game controller. */ extern const OFGameControllerButton OFGameControllerCaptureButton; #ifdef __cplusplus } #endif /** * @brief A class for reading state from a game controller. */ |
︙ | ︙ |