ObjFW  Diff

Differences From Artifact [5d35977b0a]:

To Artifact [64b63e9d66]:


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

#import "OHGameControllerElement.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OHGameControllerAxis \
 *	  OHGameControllerAxis.h ObjFWHID/OHGameControllerAxis.h
 *
 * @brief An axis of a game controller.
 */
@interface OHGameControllerAxis: OHGameControllerElement
{
	float _value;
#if defined(OF_LINUX) && defined(OF_HAVE_FILES)







|
<







18
19
20
21
22
23
24
25

26
27
28
29
30
31
32
 */

#import "OHGameControllerElement.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OHGameControllerAxis OHGameControllerAxis.h ObjFWHID/ObjFWHID.h

 *
 * @brief An axis of a game controller.
 */
@interface OHGameControllerAxis: OHGameControllerElement
{
	float _value;
#if defined(OF_LINUX) && defined(OF_HAVE_FILES)