ObjFW  Diff

Differences From Artifact [1613a4493a]:

To Artifact [30e1d80878]:


18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 */

#import "OHGameControllerElement.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OHGameControllerButton \
 *	  OHGameControllerButton.h ObjFWHID/OHGameControllerButton.h
 *
 * @brief A button of a game controller.
 */
@interface OHGameControllerButton: OHGameControllerElement
{
	float _value;
	OF_RESERVE_IVARS(OHGameControllerButton, 4)







|
<







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)