Differences From Artifact [52ccdea95f]:
- File src/hid/OHEmulatedGameControllerButton.h — part of check-in [3777558ccd] at 2024-11-02 02:24:10 on branch trunk — ObjFWHID: Make sure `analog` is always set (user: js, size: 1204) [annotate] [blame] [check-ins using]
To Artifact [6b07ca8208]:
- File
src/hid/OHEmulatedGameControllerButton.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: 1205) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 | { OHGameControllerAxis *_axis; bool _positive; } - (instancetype)initWithName: (OFString *)name analog: (bool)analog OF_UNAVAILABLE; - (instancetype)initWithAxis: (OHGameControllerAxis *)axis positive: (bool)positive OF_DESIGNATED_INITIALIZER; @end OF_ASSUME_NONNULL_END | > | 28 29 30 31 32 33 34 35 36 37 38 39 40 | { OHGameControllerAxis *_axis; bool _positive; } - (instancetype)initWithName: (OFString *)name analog: (bool)analog OF_UNAVAILABLE; - (instancetype)initWithAxis: (OHGameControllerAxis *)axis positive: (bool)positive OF_DESIGNATED_INITIALIZER; @end OF_ASSUME_NONNULL_END |