SameBoy/JoyKit
Lior Halphon d146b3a309 Why do I end up writing these 2025-04-03 23:52:04 +03:00
..
ControllerConfiguration.inc Work around bad Clang and GCC optimizations of inline compile-time consts (They can't be static before C23, which isn't supported by Clang) 2023-06-21 21:47:30 +03:00
JOYAxes2D.h Fix uniqueIDs not being unique in combined controllers 2022-10-28 20:15:24 +03:00
JOYAxes2D.m Work around bad Clang and GCC optimizations of inline compile-time consts (They can't be static before C23, which isn't supported by Clang) 2023-06-21 21:47:30 +03:00
JOYAxes3D.h Fix uniqueIDs not being unique in combined controllers 2022-10-28 20:15:24 +03:00
JOYAxes3D.m Work around bad Clang and GCC optimizations of inline compile-time consts (They can't be static before C23, which isn't supported by Clang) 2023-06-21 21:47:30 +03:00
JOYAxis.h Fix uniqueIDs not being unique in combined controllers 2022-10-28 20:15:24 +03:00
JOYAxis.m Work around bad Clang and GCC optimizations of inline compile-time consts (They can't be static before C23, which isn't supported by Clang) 2023-06-21 21:47:30 +03:00
JOYButton.h Fix uniqueIDs not being unique in combined controllers 2022-10-28 20:15:24 +03:00
JOYButton.m Work around bad Clang and GCC optimizations of inline compile-time consts (They can't be static before C23, which isn't supported by Clang) 2023-06-21 21:47:30 +03:00
JOYController.h Adjust Joy-Con terminology 2022-10-31 22:49:17 +02:00
JOYController.m Syncing with the App Store branch 2024-11-08 14:53:16 +02:00
JOYElement.h Work around bad Clang and GCC optimizations of inline compile-time consts (They can't be static before C23, which isn't supported by Clang) 2023-06-21 21:47:30 +03:00
JOYElement.m Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
JOYEmulatedButton.h Map joysticks to motion controls 2021-11-12 18:10:03 +02:00
JOYEmulatedButton.m Fix uniqueIDs not being unique in combined controllers 2022-10-28 20:15:24 +03:00
JOYFullReportElement.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
JOYFullReportElement.m Why do I end up writing these 2025-04-03 23:52:04 +03:00
JOYHat.h Fix uniqueIDs not being unique in combined controllers 2022-10-28 20:15:24 +03:00
JOYHat.m Fix Xbox Wireless Controller support, closes #527 2023-07-08 00:55:16 +03:00
JOYInput.h Fix uniqueIDs not being unique in combined controllers 2022-10-28 20:15:24 +03:00
JOYInput.m Fix uniqueIDs not being unique in combined controllers 2022-10-28 20:15:24 +03:00
JOYMultiplayerController.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
JOYMultiplayerController.m Rewrite the "Sub Elements" design into a more powerful Custom Report design that can overwrite an entire report structure of a sepcific report by its ID 2020-05-02 20:55:54 +03:00
JOYSubElement.h Replace the SDL-derived controller support with my own JoyKit framework. Adds rumble support, LED support, better manual and automatic configurations, analog speed controls. 2019-10-19 19:26:04 +03:00
JOYSubElement.m Implement motion controls in JoyKit, implement accel/gyro in DualSense and DualShock 4, implement motion controls in Cocoa 2021-11-13 19:23:45 +02:00
JoyKit.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00