38 Commits (6c78c2ae38cbcdf80f2dcab40513110a072c6c18)

Author SHA1 Message Date
german77 f20f4587e6 input_common: Implement SDL motion 5 years ago
german e46f0e084c Implement full mouse support 5 years ago
german 2c2b586d86 Add multiple udp server support 5 years ago
Morph e9e1876e82 input_common: Add VibrationDevice and VibrationDeviceFactory 5 years ago
Morph ceb7b11f16 configure_input_player: Change "Defaults" button behavior 5 years ago
Morph 75eaab2e0f configure_input_player: Implement input exclusivity and persistence 5 years ago
Lioncash 046c0c91a3 input_common/CMakeLists: Make some warnings errors 5 years ago
german 2978232390 Add random motion input to keyboard 5 years ago
german c5e257017f Add automap feature for GC adapter 5 years ago
german 6ee8eab670 Add cemu hook changes related to PR #4609 5 years ago
FearlessTobi d176feffad Address review comments and fix code compilation 5 years ago
FearlessTobi e6bd1fd1b8 yuzu: Add motion and touch configuration 6 years ago
Lioncash 9e1b0af259 input_common: Eliminate most global state 5 years ago
Morph 8ffc491546 input_common/main: Add "/Mouse" to the display name 5 years ago
Morph efa0b7a056 Address feedback 5 years ago
Morph f0fac0c7fb Project Mjölnir: Part 1 6 years ago
Ameer b284c43385 input_common: drop unused libusb.h include 6 years ago
Ameer 6e1639c7b0 Fix unnecessary diffs 6 years ago
Ameer d4e07fd95e Fix deallocation of GC Adapter 6 years ago
ameerj f5d2a1e8bd Update src/input_common/main.cpp 6 years ago
Ameer 28046ae3a9 Tidy up the pointers, use pair over tuple where appropriate 6 years ago
Ameer 46b4461fbb shared_ptr for the GC adapter class, constexpr constants 6 years ago
Ameer 968d631aa5 std::arrays where appropriate, clear q in adapter class, other touch ups 6 years ago
Ameer 121af3646d Singleton GC Adapter class, remove globals, fix naming convention 6 years ago
Ameer 0076a08d04 Cleanup after linter 6 years ago
Ameer 0248614add GC Adapter Implementation 6 years ago
FearlessTobi 3d1e741645 input_common: fix build when SDL2 is disabled 6 years ago
Lioncash c7678c3044 input_common/udp: Ensure that UDP is shut down within Shutdown() 6 years ago
fearlessTobi ac3690f205 Input: UDP Client to provide motion and touch controls 6 years ago
James Rowe 09ac66388c Input: Remove global variables from SDL Input 7 years ago
Tobias 804115b2a4 Port #4141 from citra: Joystick hotplug support (#1275) 7 years ago
James Rowe 096be16636 Format: Run the new clang format on everything 8 years ago
muemart eaff98dbb3 Adding meumart's Citra SDL Joystick support. Citra PR #3116 8 years ago
wwylele 188194908c move MotionEmu from core/frontend to input_common as a InputDevice 9 years ago
wwylele 51b1c1f211 InputCommon: add SDL joystick support 9 years ago
wwylele a6bd7917cb InputCommon: add AnalogFromButton 9 years ago
wwylele 38e800f70d InputCommon: add Keyboard 9 years ago