243 Commits (4738e14cb052a44c53e47379e595f00cef034dca)

Author SHA1 Message Date
german77 4738e14cb0 inputCommon: Mouse fixes 5 years ago
Morph 1c550ff954
Revert "Port citra-emu/citra#5123: "SDL: Disable hidapi drivers due to compatibility problems with certain controllers"" 5 years ago
german 594973bdd2 Improve mouse panning 5 years ago
Lioncash a352f34462 udp: Silence unused member variable warnings 5 years ago
Lioncash cda24b8eb1 udp/client: Define ClientData constructor/destructor in cpp file 5 years ago
german a994a40467 hid: Implement GC controller 5 years ago
german 52b79ac009 Add mouse panning 5 years ago
german c9597af39d Add SL SR vectors, change dual joycon view, add missing raw data from keyboard/mouse 5 years ago
german 481cd86722 Make settings controller image change with controller input 5 years ago
ameerj ef8b3623f5 analog_from_button: Fix update_thread.join exception 5 years ago
Morph 5942d206c2 sdl_impl: Set the maximum vibration duration to 1 second 5 years ago
german b483f2d010 Always initialize keyboard input 5 years ago
german 8495e1bd83 Add mutitouch support for touch screens 5 years ago
german d8df9a16bd Allow to return up to 16 touch inputs per engine 5 years ago
Morph a745d87971 general: Fix various spelling errors 5 years ago
german aa4c7687ee Port citra-emu/citra#5509 5 years ago
gal20 1defd0847a udp client: process packets only for the correct pad 5 years ago
german 80fece4e08 Allow to invert analog axis with right click 5 years ago
german b57ba7bfb6 Disable analog joystick from buttons by default 5 years ago
Lioncash 424bffcd3f mouse_poller: Remove unused includes 5 years ago
Lioncash 16aadcc354 mouse_input: Invert conditional in UpdateYuzuSettings() 5 years ago
Lioncash 395997178b mouse_input: Remove two casts and amend some formatting 5 years ago
Lioncash 5842a767a9 mouse_input: Resolve a -Wdocumentation warning 5 years ago
Lioncash 774d7eab64 mouse_input: Remove unused includes 5 years ago
german ece0ae2bfb Fix implicit conversion in mouse input 5 years ago
german e46f0e084c Implement full mouse support 5 years ago
german 2c2b586d86 Add multiple udp server support 5 years ago
Jan Beich e48e9a406c input_common: ignore some Clang warnings after 5c4774e8ce 5 years ago
bunnei 6694e11303
input_common: Fix typo in gc_poller.cpp with [[maybe_unused]]. 5 years ago
bunnei 7fb7540d69 input_common: Add more missing [[maybe_unused]] from #4927. 5 years ago
Lioncash 5c4774e8ce input_common: Treat warnings as errors 5 years ago
german77 5b6545b141 Modify rumble amplification 5 years ago
Morph e7e8a87927 sdl_impl: Pump SDL Events at 1000 Hz 5 years ago
Morph 117bdc71e0 sdl_impl: Revert to the "old" method of mapping sticks 5 years ago
Morph 30e0d1c973 controllers/npad: Remove the old vibration filter 5 years ago
Morph e9e1876e82 input_common: Add VibrationDevice and VibrationDeviceFactory 5 years ago
Morph 38110dd485 configure_input: Add per-player vibration 5 years ago
Morph 9b501af8e3 controllers/npad: Add heuristics to reduce rumble state changes 5 years ago
Morph ceb7b11f16 configure_input_player: Change "Defaults" button behavior 5 years ago
Morph 8ead176639 udp/client: Reduce testing period to 5 seconds 5 years ago
Morph 75eaab2e0f configure_input_player: Implement input exclusivity and persistence 5 years ago
Lioncash 0a50ba3bd1 motion_input: Mark constructor as explicit 5 years ago
Lioncash cb826bcee7 motion_input: Mark member functions as [[nodiscard]] where applicable 5 years ago
german f5110340e6 fix minor clang error 5 years ago
german 70df449d0a Allow to dial any angle with digital joystick 5 years ago
german 5333db91c1 Add hotplug, rumble and fix 3rd party adapters for the GC adapter 5 years ago
Morph 2f852f182a sdl_impl: Fix controller reconnection issues 5 years ago
Morph ff82f3894a configure_input_player: Fix modifier buttons 5 years ago
Lioncash 30b1e71066 udp/client: Make use of designated initializers in TestCommunication() 5 years ago
Lioncash 36cfb234d5 udp/client: Take std::function by const reference with TestCommunication() 5 years ago