ObjFW  Diff

Differences From Artifact [0e601afe16]:

To Artifact [8f67ee8fff]:


17
18
19
20
21
22
23
24

25
26
27
28
29


30
31
32
17
18
19
20
21
22
23

24
25
26
27
28
29
30
31
32
33
34







-
+





+
+



 * <https://www.gnu.org/licenses/>.
 */

#import "OHExtendedGamepad.h"

OF_ASSUME_NONNULL_BEGIN

@interface OHXInputExtendedGamepad: OFObject <OHExtendedGamepad>
@interface OHXbox360Gamepad: OFObject <OHExtendedGamepad>
{
	OFDictionary OF_GENERIC(OFString *, OHGameControllerButton *) *_buttons;
	OFDictionary OF_GENERIC(OFString *, OHGameControllerDirectionalPad *)
	    *_directionalPads;
}

- (instancetype)initWithHasGuideButton: (bool)hasGuideButton;
@end

OF_ASSUME_NONNULL_END