Differences From Artifact [a0f65c5e9a]:
- File
src/hid/OHGameControllerEmulatedAxis.h
— part of check-in
[afae3291bf]
at
2024-06-03 19:39:51
on branch trunk
— ObjFWHID: Change prefix to OH
Let's leave 3 letter prefixes to 3rd parties. (user: js, size: 1216) [annotate] [blame] [check-ins using]
To Artifact [a0fe4a8f6c]:
- File src/hid/OHEmulatedGameControllerAxis.h — part of check-in [7d118b8085] at 2024-06-17 00:47:27 on branch trunk — ObjFWHID: Internal rename (user: js, size: 1216) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
20 21 22 23 24 25 26 | #import "OHGameControllerAxis.h" OF_ASSUME_NONNULL_BEGIN @class OHGameControllerButton; OF_SUBCLASSING_RESTRICTED | | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | #import "OHGameControllerAxis.h" OF_ASSUME_NONNULL_BEGIN @class OHGameControllerButton; OF_SUBCLASSING_RESTRICTED @interface OHEmulatedGameControllerAxis: OHGameControllerAxis { OHGameControllerButton *_negativeButton, *_positiveButton; } - (instancetype)initWithName: (OFString *)name OF_UNAVAILABLE; - (instancetype) initWithNegativeButton: (OHGameControllerButton *)negativeButton |
︙ | ︙ |