49 Commits (bba7e8ea4b5c8e0dbac9f075d692afae0b05fd73)

Author SHA1 Message Date
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 9b501af8e3 controllers/npad: Add heuristics to reduce rumble state changes 5 years ago
Morph 2f852f182a sdl_impl: Fix controller reconnection issues 5 years ago
Morph 7b3f5845d2 sdl_impl: Erase the SDLJoystick entry after removing a controller 5 years ago
Lioncash 046c0c91a3 input_common/CMakeLists: Make some warnings errors 5 years ago
german ab88c2f611 First implementation of controller rumble 6 years ago
german 03b574ae22 Add random motion input to SDL 5 years ago
Lioncash 69fa6b4906 sdl_impl: Reduce allocations in GetButtonMappingForDevice() 5 years ago
Lioncash f2a680ca89 sdl_impl: Make use of std::move on std::string where applicable 5 years ago
Lioncash e92164e6a0 sdl_impl: Make use of insert_or_assign() where applicable 5 years ago
Lioncash f3ac088345 sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() default arguments 5 years ago
Lioncash 2e2dde2f95 sdl_impl: Simplify make_tuple call 5 years ago
Lioncash 2680526e6b sdl_impl: Mark FromEvent() as a const member function 5 years ago
Lioncash 98f5d8a713 input_common/main: Remove unnecessary headers 5 years ago
Morph de79897f04 input_common: Fix directional deadzone values 5 years ago
Morph efa0b7a056 Address feedback 5 years ago
Morph f0fac0c7fb Project Mjölnir: Part 1 6 years ago
ameerj d6672501ac Remove UI changes 5 years ago
Ameer 8928aa3008 undo unnecessary newlines, slider range 50-150 6 years ago
Ameer ed51c2abda Add range slider for analog sticks 6 years ago
Ameer 6e1639c7b0 Fix unnecessary diffs 6 years ago
Ameer 0076a08d04 Cleanup after linter 6 years ago
Ameer 0248614add GC Adapter Implementation 6 years ago
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds 6 years ago
CJBok 635deb70d4 Moved analog direction logic to sdl_impl 6 years ago
Lioncash 5ccf2a7b82 input_common/sdl/sdl_impl: Correct logging string in SDLState constructor 7 years ago
Lioncash cfac942e63 input_common/sdl/sdl_impl: Move documentation comments to header where applicable 7 years ago
Lioncash b9b23c98ff input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPoller 7 years ago
Lioncash 50048d9f5a input_common/sdl/sdl_impl: Mark variables const where applicable 7 years ago
Lioncash ca7ca2919c input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static 7 years ago
Lioncash b73ea457cc input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_cast 7 years ago
Lioncash 2c679cda51 input_common/sdl/sdl_impl: Use insert_or_assign() where applicable 7 years ago
Lioncash b46e615551 input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling 7 years ago
Lioncash 7ea07c6063 input_common/sdl/sdl_impl: Resolve two sign conversion warnings 7 years ago
Lioncash cf0d01a5d7 input_common/sdl: Remove unused header includes and forward declarations 7 years ago
Lioncash 00f0827a26 input_common/sdl/sdl_impl: Use nested namespace specifiers where applicable 7 years ago
Lioncash e70f16fff7 input_common/sdl/sdl_impl: Silence sign conversion warnings 7 years ago
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
Lioncash eb335f51ca input_common/sdl: Correct return values within implementations of GetPollers() 7 years ago
Lioncash 874826b6dd input_common/sdl: Use a type alias to shorten declaration of GetPollers 7 years ago
Lioncash 114060fd87 input_common/sdl_impl: Make lambda capture more specific in SDLState constructor 7 years ago
Lioncash d74aa13bd3 input_common/sdl_impl: Remove unnecessary std::chrono::duration construction 7 years ago
Lioncash 834d3fe336 input_common/sdl_impl: Remove unused variable in SDLState constructor 7 years ago
B3n30 71817afbe9 fixup! Joystick: Allow for background events; Add deadzone to SDLAnalog 7 years ago
Weiyi Wang 8b98f60e3c input/sdl: lock map mutex after SDL call 7 years ago
James Rowe 09ac66388c Input: Remove global variables from SDL Input 7 years ago