ObjFW  Diff

Differences From Artifact [95fc4e91aa]:

To Artifact [03fc4fb34d]:


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 "OHEvdevPlayStationExtendedGamepad.h"




OF_ASSUME_NONNULL_BEGIN

@interface OHEvdevDualShock4: OHEvdevPlayStationExtendedGamepad




@end

OF_ASSUME_NONNULL_END







|
>
>
>



|
>
>
>
>



13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 * 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"
#if defined(OF_LINUX) && defined(OF_HAVE_FILES)
# import "OHEvdevGameController.h"
#endif

OF_ASSUME_NONNULL_BEGIN

@interface OHDualShock4Gamepad: OFObject <OHExtendedGamepad,
#if defined(OF_LINUX) && defined(OF_HAVE_FILES)
    OHEvdevMapping
#endif
>
@end

OF_ASSUME_NONNULL_END