ObjFW  Check-in [998339ff24]

Overview
Comment: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.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 998339ff24279ce362e574bf382bacc9f3ea85057cdef6dfd28ee77bbfefd625
User & Date: js on 2024-06-09 11:43:49
Other Links: manifest | tags
Context
2024-06-09
11:51
Several fixes for the last commit check-in: fc2b668c57 user: js tags: trunk
11:43
OHGamepad: Move some elements to OHExtendedGamepad check-in: 998339ff24 user: js tags: trunk
11:17
ObjFWHID: Add OHCombinedJoyCons check-in: 1ba9cce376 user: js tags: trunk
Changes

Modified src/hid/Makefile from [c9eb22f3ea] to [68a99cecdd].    [diff]

Modified src/hid/OHCombinedJoyCons.h from [8697cf7759] to [3b3290c60a].    [diff]

Modified src/hid/OHEvdevDualSense.h from [79e40a9eed] to [08dcd8d0d7].    [diff]

Modified src/hid/OHEvdevDualShock4.h from [0ed4cfaf34] to [95fc4e91aa].    [diff]

Renamed and modified src/hid/OHEvdevGamepad.h [f433593f5a] to src/hid/OHEvdevExtendedGamepad.h [6c2895c0ea].    [diff]

Renamed and modified src/hid/OHEvdevGamepad.m [deafbe8df3] to src/hid/OHEvdevExtendedGamepad.m [f71df4684b].    [diff]

Modified src/hid/OHEvdevGameController.m from [1aae3bc76f] to [c35ba635a9].    [diff]

Renamed and modified src/hid/OHEvdevPlayStationGamepad.h [db950effb0] to src/hid/OHEvdevPlayStationExtendedGamepad.h [09600485c0].    [diff]

Renamed and modified src/hid/OHEvdevPlayStationGamepad.m [66dec8d718] to src/hid/OHEvdevPlayStationExtendedGamepad.m [0482667023].    [diff]

Renamed and modified src/hid/OHEvdevStadiaGamepad.h [0e795b0f7a] to src/hid/OHEvdevStadiaExtendedGamepad.h [f8d23d688f].    [diff]

Renamed and modified src/hid/OHEvdevStadiaGamepad.m [5fd88a7d3a] to src/hid/OHEvdevStadiaExtendedGamepad.m [9baf34190b].    [diff]

Added src/hid/OHExtendedGamepad.h version [921dcc6b86].

Added src/hid/OHExtendedGamepad.m version [d21610a1a5].

Modified src/hid/OHGameController.h from [993476fab8] to [805ad805e2].    [diff]

Modified src/hid/OHGameController.m from [65e834b561] to [3129705f22].    [diff]

Modified src/hid/OHGamepad.h from [7b0ca0845a] to [a630442063].    [diff]

Modified src/hid/OHGamepad.m from [704651d399] to [872795b145].    [diff]

Renamed and modified src/hid/OHNintendo3DSGamepad.h [048d54d1d0] to src/hid/OHNintendo3DSExtendedGamepad.h [3b15d599d3].    [diff]

Renamed and modified src/hid/OHNintendo3DSGamepad.m [1b3ca013dd] to src/hid/OHNintendo3DSExtendedGamepad.m [d5489dc9dd].    [diff]

Modified src/hid/OHNintendo3DSGameController.h from [938beb87f9] to [a76f031e8d].    [diff]

Modified src/hid/OHNintendo3DSGameController.m from [4800c3c390] to [01ae2ef5f1].    [diff]

Renamed and modified src/hid/OHXInputGamepad.h [2938c0d988] to src/hid/OHXInputExtendedGamepad.h [137e523e2b].    [diff]

Renamed and modified src/hid/OHXInputGamepad.m [f110678448] to src/hid/OHXInputExtendedGamepad.m [3e95130dc5].    [diff]

Modified src/hid/OHXInputGameController.h from [ea7d06ddf4] to [ad658e8625].    [diff]

Modified src/hid/OHXInputGameController.m from [c422cbe7b4] to [7c14afb2ff].    [diff]

Modified src/hid/ObjFWHID.h from [2704e96f7e] to [5e91bc1744].    [diff]