566 Commits (48065c7a0ec0cd37cbf37b3487af6103169d604e)

Author SHA1 Message Date
Morph 75eaab2e0f configure_input_player: Implement input exclusivity and persistence 6 years ago
Lioncash 0a50ba3bd1 motion_input: Mark constructor as explicit 6 years ago
Lioncash cb826bcee7 motion_input: Mark member functions as [[nodiscard]] where applicable 6 years ago
german f5110340e6 fix minor clang error 6 years ago
german 70df449d0a Allow to dial any angle with digital joystick 6 years ago
german 5333db91c1 Add hotplug, rumble and fix 3rd party adapters for the GC adapter 6 years ago
Morph 2f852f182a sdl_impl: Fix controller reconnection issues 6 years ago
Morph ff82f3894a configure_input_player: Fix modifier buttons 6 years ago
Lioncash 30b1e71066 udp/client: Make use of designated initializers in TestCommunication() 6 years ago
Lioncash 36cfb234d5 udp/client: Take std::function by const reference with TestCommunication() 6 years ago
Morph 7b3f5845d2 sdl_impl: Erase the SDLJoystick entry after removing a controller 6 years ago
Lioncash 046c0c91a3 input_common/CMakeLists: Make some warnings errors 6 years ago
german a54aee290f Address comments 6 years ago
german a220d8799e Add compatibility with only accelerometer and auto calibrate for drift 6 years ago
Lukas Senionis 6ee1a784b8 Reduce the "shake" requirements when configuring UDP. 6 years ago
german ab88c2f611 First implementation of controller rumble 6 years ago
german 2978232390 Add random motion input to keyboard 6 years ago
german 03b574ae22 Add random motion input to SDL 6 years ago
german c5e257017f Add automap feature for GC adapter 6 years ago
ReinUsesLisp bc8ace9917 gc_adapter: Disable MSVC nonstandard extension warning on libusb.h 6 years ago
Lioncash c715fc4c5e gc_adapter: Make DeviceConnected() a const member function 6 years ago
german 797564599f Minor cleanup 6 years ago
german 6ee8eab670 Add cemu hook changes related to PR #4609 6 years ago
german 0774b17846 Remove RealMotionDevice 6 years ago
german ff679f3d17 Include HID and configuration changes related to motion 6 years ago
Morph 45ecd601be input_common/motion_input: Make use of Common::PI constant 6 years ago
Vitor Kiguchi e6f9fe1f60 sdl_joystick: disable the use of the hidapi drivers due to many problems caused by them. 6 years ago
FearlessTobi d1e1ea0fef Address second batch of reviews 6 years ago
FearlessTobi d176feffad Address review comments and fix code compilation 6 years ago
FearlessTobi e6bd1fd1b8 yuzu: Add motion and touch configuration 6 years ago
Lioncash 69fa6b4906 sdl_impl: Reduce allocations in GetButtonMappingForDevice() 6 years ago
Lioncash f2a680ca89 sdl_impl: Make use of std::move on std::string where applicable 6 years ago
Lioncash e92164e6a0 sdl_impl: Make use of insert_or_assign() where applicable 6 years ago
Lioncash f3ac088345 sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() default arguments 6 years ago
Lioncash 2e2dde2f95 sdl_impl: Simplify make_tuple call 6 years ago
Lioncash 2680526e6b sdl_impl: Mark FromEvent() as a const member function 6 years ago
Lioncash 98f5d8a713 input_common/main: Remove unnecessary headers 6 years ago
Lioncash 4b9b203c09 input_common/main: Remove unimplemented prototype 6 years ago
german 1be18dc110 Fix orientation errors and improve drift correction 6 years ago
german e6fc3b5662 Address comments 6 years ago
german 2d207ec609 Implement a basic class for motion devices 6 years ago
Lioncash 9e1b0af259 input_common: Eliminate most global state 6 years ago
Morph 8ffc491546 input_common/main: Add "/Mouse" to the display name 6 years ago
Morph de79897f04 input_common: Fix directional deadzone values 6 years ago
Morph efa0b7a056 Address feedback 6 years ago
Morph f0fac0c7fb Project Mjölnir: Part 1 6 years ago
Lioncash f60d5aac3e gc_poller: Resolve compilation warnings on MSVC 6 years ago
Lioncash b724a4d90c General: Tidy up clang-format warnings part 2 6 years ago
ameerj d6672501ac Remove UI changes 6 years ago
ameerj 9c6ae697f5 Add range slider functionality for gc adapter 6 years ago