ObjFW  Diff

Differences From Artifact [e13894eaec]:

To Artifact [e6d7487002]:


18
19
20
21
22
23
24



25
26
27
28
29
30
31
32
 */

#import "HIDGameControllerElement.h"

OF_ASSUME_NONNULL_BEGIN

/**



 * @brief An button of a game controller.
 */
@interface HIDGameControllerButton: HIDGameControllerElement
{
	float _value;
	OF_RESERVE_IVARS(HIDGameControllerButton, 4)
}








>
>
>
|







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)
}