Differences From Artifact [2938c0d988]:
- File src/hid/OHXInputGamepad.h — part of check-in [5f0cc05894] at 2024-06-08 19:18:45 on branch trunk — ObjFWHID: Restore XInput support (user: js, size: 846) [annotate] [blame] [check-ins using]
To Artifact [137e523e2b]:
- File
src/hid/OHXInputExtendedGamepad.h
— part of check-in
[998339ff24]
at
2024-06-09 11:43:49
on branch trunk
— OHGamepad: Move some elements to OHExtendedGamepad
This allows to have a profile for limited gamepads such as found on the
Nintendo DS rather than only having the raw profile for those. (user: js, size: 870) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
13 14 15 16 17 18 19 | * version 3.0 for more details. * * You should have received a copy of the GNU Lesser General Public License * version 3.0 along with this program. If not, see * <https://www.gnu.org/licenses/>. */ | | | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | * version 3.0 for more details. * * You should have received a copy of the GNU Lesser General Public License * version 3.0 along with this program. If not, see * <https://www.gnu.org/licenses/>. */ #import "OHExtendedGamepad.h" OF_ASSUME_NONNULL_BEGIN @interface OHXInputExtendedGamepad: OHExtendedGamepad @end OF_ASSUME_NONNULL_END |