ObjFW  Diff

Differences From Artifact [fb0b1a22a4]:

To Artifact [921a669bf3]:


19
20
21
22
23
24
25
26

27
28
29
30
31
32
33
19
20
21
22
23
24
25

26
27
28
29
30
31
32
33







-
+








#include "config.h"

#import "HIDGameControllerEmulatedButton.h"
#import "HIDGameControllerAxis.h"

@implementation HIDGameControllerEmulatedButton: HIDGameControllerButton
- (instancetype)initWithName: (OFString *)name OF_UNAVAILABLE
- (instancetype)initWithName: (OFString *)name
{
	OF_INVALID_INIT_METHOD
}

- (instancetype)initWithAxis: (HIDGameControllerAxis *)axis
		    positive: (bool)positive
{