Differences From Artifact [1613a4493a]:
- File
src/hid/OHGameControllerButton.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: 1327) [annotate] [blame] [check-ins using]
To Artifact [30e1d80878]:
- File src/hid/OHGameControllerButton.h — part of check-in [164f2fb4bf] at 2024-06-17 21:08:05 on branch trunk — Always use <ObjFW/ObjFW.h> in documentation (user: js, size: 1306) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
18 19 20 21 22 23 24 | */ #import "OHGameControllerElement.h" OF_ASSUME_NONNULL_BEGIN /** | | < | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | */ #import "OHGameControllerElement.h" OF_ASSUME_NONNULL_BEGIN /** * @class OHGameControllerButton OHGameControllerButton.h ObjFWHID/ObjFWHID.h * * @brief A button of a game controller. */ @interface OHGameControllerButton: OHGameControllerElement { float _value; OF_RESERVE_IVARS(OHGameControllerButton, 4) |
︙ | ︙ |