Differences From Artifact [e13894eaec]:
- File
src/hid/HIDGameControllerButton.h
— part of check-in
[39639cd987]
at
2024-06-02 21:24:25
on branch trunk
— Completely redesign and rewrite ObjFWHID
Right now only evdev is supported, support for others will be added back
later. (user: js, size: 1230) [annotate] [blame] [check-ins using]
To Artifact [e6d7487002]:
- File src/hid/HIDGameControllerButton.h — part of check-in [16aab59c3c] at 2024-06-02 23:51:01 on branch trunk — Add HIDGameControllerMapping (user: js, size: 1334) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
18 19 20 21 22 23 24 | */ #import "HIDGameControllerElement.h" OF_ASSUME_NONNULL_BEGIN /** | > > > | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | */ #import "HIDGameControllerElement.h" OF_ASSUME_NONNULL_BEGIN /** * @class HIDGameControllerButton \ * HIDGameControllerButton.h ObjFWHID/HIDGameControllerButton.h * * @brief A button of a game controller. */ @interface HIDGameControllerButton: HIDGameControllerElement { float _value; OF_RESERVE_IVARS(HIDGameControllerButton, 4) } |
︙ | ︙ |