Differences From Artifact [cc2ee6f3bb]:
- File
src/hid/OHGameControllerDirectionalPad.h
— part of check-in
[fa0f45f5f8]
at
2024-11-02 23:32:40
on branch trunk
— Fix minor space errors and typos
Found during review of the diff between last and current release. (user: js, size: 2475) [annotate] [blame] [check-ins using]
To Artifact [6b7f55ae89]:
- File
src/hid/OHGameControllerDirectionalPad.h
— part of check-in
[bc3a7747d9]
at
2024-11-03 15:46:25
on branch trunk
— ObjFWHID: Properly hide private methods
Also fixes compiling XInput with GCC. (user: js, size: 1968) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
61 62 63 64 65 66 67 | */ @property (readonly, nonatomic) OHGameControllerButton *left; /** * @brief The right button of the directional pad. */ @property (readonly, nonatomic) OHGameControllerButton *right; | < < < < < < < < < < < < < < < | 61 62 63 64 65 66 67 68 69 70 | */ @property (readonly, nonatomic) OHGameControllerButton *left; /** * @brief The right button of the directional pad. */ @property (readonly, nonatomic) OHGameControllerButton *right; @end OF_ASSUME_NONNULL_END |