ObjFW  Diff

Differences From Artifact [52ccdea95f]:

To Artifact [6b07ca8208]:


28
29
30
31
32
33
34

35
36
37
38
39
28
29
30
31
32
33
34
35
36
37
38
39
40







+





{
	OHGameControllerAxis *_axis;
	bool _positive;
}

- (instancetype)initWithName: (OFString *)name
		      analog: (bool)analog OF_UNAVAILABLE;

- (instancetype)initWithAxis: (OHGameControllerAxis *)axis
		    positive: (bool)positive OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END