ObjFW  Diff

Differences From Artifact [137e523e2b]:

To Artifact [0e601afe16]:


17
18
19
20
21
22
23
24






25
26
27
17
18
19
20
21
22
23

24
25
26
27
28
29
30
31
32







-
+
+
+
+
+
+



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

#import "OHExtendedGamepad.h"

OF_ASSUME_NONNULL_BEGIN

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

OF_ASSUME_NONNULL_END