ObjFW  Diff

Differences From Artifact [2116ecadbe]:

To Artifact [986c587ab0]:


19
20
21
22
23
24
25
26

27
28
29
30
31
32

33
34
35
36
37
38
19
20
21
22
23
24
25

26
27
28
29
30
31

32
33
34
35
36
37
38







-
+





-
+







#import "OHGameController.h"

#include <windows.h>

OF_ASSUME_NONNULL_BEGIN

@class OHXbox360Gamepad;
@class OHXboxGamepad;

@interface OHXInputGameController: OHGameController
{
	DWORD _index;
	OFNumber *_Nullable _vendorID, *_Nullable _productID;
	OHXbox360Gamepad *_extendedGamepad;
	OHXboxGamepad *_extendedGamepad;
}

- (instancetype)initWithIndex: (DWORD)index;
@end

OF_ASSUME_NONNULL_END