ObjFW  Check-in [7be631239e]

Overview
Comment:OHXInputGamepad: Fix missed rename
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7be631239e0e740bfa6fc27c7b04eefb97ea933160ae5c300849d734f2895092
User & Date: js on 2024-06-08 19:38:26
Other Links: manifest | tags
Context
2024-06-08
20:21
ObjFWHID: Restore Nintendo 3DS support check-in: 663320ba4d user: js tags: trunk
19:38
OHXInputGamepad: Fix missed rename check-in: 7be631239e user: js tags: trunk
19:36
ObjFWHID: Ignore Guide button on XInput 9.1.0 check-in: 256c4a696f user: js tags: trunk
Changes

Modified src/hid/OHXInputGamepad.m from [3ff2d7703f] to [c3e1b2216e].

191
192
193
194
195
196
197
198
199
200
201
202
}

- (OHGameControllerDirectionalPad *)rightThumbstick
{
	return [_directionalPads objectForKey: @"Right Thumbstick"];
}

- (OHGameControllerDirectionalPad *)directionalPad
{
	return [_directionalPads objectForKey: @"D-Pad"];
}
@end







|




191
192
193
194
195
196
197
198
199
200
201
202
}

- (OHGameControllerDirectionalPad *)rightThumbstick
{
	return [_directionalPads objectForKey: @"Right Thumbstick"];
}

- (OHGameControllerDirectionalPad *)dPad
{
	return [_directionalPads objectForKey: @"D-Pad"];
}
@end