index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input_common
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-07
hid: Implement GC controller
german
1
-0
/
+1
2021-02-06
Add SL SR vectors, change dual joycon view, add missing raw data from keyboar...
german
2
-0
/
+14
2021-02-06
Make settings controller image change with controller input
german
2
-0
/
+20
2021-01-29
analog_from_button: Fix update_thread.join exception
ameerj
1
-5
/
+9
2021-01-23
sdl_impl: Set the maximum vibration duration to 1 second
Morph
1
-2
/
+6
2021-01-15
Always initialize keyboard input
german
1
-10
/
+8
2021-01-15
Add mutitouch support for touch screens
german
3
-17
/
+14
2021-01-15
Allow to return up to 16 touch inputs per engine
german
5
-92
/
+116
2021-01-02
general: Fix various spelling errors
Morph
4
-9
/
+9
2020-12-30
Port citra-emu/citra#5509
german
1
-2
/
+45
2020-12-27
udp client: process packets only for the correct pad
gal20
1
-0
/
+5
2020-12-26
Allow to invert analog axis with right click
german
3
-17
/
+62
2020-12-07
Disable analog joystick from buttons by default
german
1
-1
/
+21
2020-12-03
mouse_poller: Remove unused includes
Lioncash
1
-3
/
+1
2020-12-03
mouse_input: Invert conditional in UpdateYuzuSettings()
Lioncash
1
-4
/
+6
2020-12-03
mouse_input: Remove two casts and amend some formatting
Lioncash
1
-11
/
+14
2020-12-03
mouse_input: Resolve a -Wdocumentation warning
Lioncash
1
-1
/
+1
2020-12-03
mouse_input: Remove unused includes
Lioncash
2
-7
/
+3
2020-11-30
Fix implicit conversion in mouse input
german
1
-6
/
+8
2020-11-25
Implement full mouse support
german
9
-242
/
+697
2020-11-25
Add multiple udp server support
german
4
-100
/
+149
2020-11-25
input_common: ignore some Clang warnings after 5c4774e8ce1d
Jan Beich
1
-2
/
+2
2020-11-23
input_common: Fix typo in gc_poller.cpp with [[maybe_unused]].
bunnei
1
-2
/
+2
2020-11-23
input_common: Add more missing [[maybe_unused]] from #4927.
bunnei
3
-4
/
+6
2020-11-22
input_common: Treat warnings as errors
Lioncash
7
-9
/
+22
2020-11-19
Modify rumble amplification
german77
2
-4
/
+3
2020-11-15
sdl_impl: Pump SDL Events at 1000 Hz
Morph
1
-1
/
+1
2020-11-15
sdl_impl: Revert to the "old" method of mapping sticks
Morph
1
-32
/
+13
2020-11-15
controllers/npad: Remove the old vibration filter
Morph
1
-15
/
+0
2020-11-15
input_common: Add VibrationDevice and VibrationDeviceFactory
Morph
9
-46
/
+159
2020-11-15
configure_input: Add per-player vibration
Morph
1
-0
/
+3
2020-11-15
controllers/npad: Add heuristics to reduce rumble state changes
Morph
1
-29
/
+25
2020-11-15
configure_input_player: Change "Defaults" button behavior
Morph
1
-8
/
+0
2020-11-15
udp/client: Reduce testing period to 5 seconds
Morph
1
-1
/
+1
2020-11-15
configure_input_player: Implement input exclusivity and persistence
Morph
1
-3
/
+3
2020-11-15
motion_input: Mark constructor as explicit
Lioncash
1
-1
/
+1
2020-11-15
motion_input: Mark member functions as [[nodiscard]] where applicable
Lioncash
1
-10
/
+11
2020-11-10
fix minor clang error
german
1
-1
/
+1
2020-11-08
Allow to dial any angle with digital joystick
german
1
-19
/
+103
2020-10-28
Add hotplug, rumble and fix 3rd party adapters for the GC adapter
german
3
-303
/
+433
2020-10-21
sdl_impl: Fix controller reconnection issues
Morph
1
-85
/
+84
2020-10-20
configure_input_player: Fix modifier buttons
Morph
1
-2
/
+0
2020-10-16
udp/client: Make use of designated initializers in TestCommunication()
Lioncash
1
-2
/
+5
2020-10-16
udp/client: Take std::function by const reference with TestCommunication()
Lioncash
2
-5
/
+5
2020-10-16
sdl_impl: Erase the SDLJoystick entry after removing a controller
Morph
1
-15
/
+13
2020-10-15
input_common/CMakeLists: Make some warnings errors
Lioncash
16
-191
/
+237
2020-10-04
Address comments
german
2
-40
/
+40
2020-10-03
Add compatibility with only accelerometer and auto calibrate for drift
german
2
-12
/
+106
2020-09-30
Reduce the "shake" requirements when configuring UDP.
Lukas Senionis
1
-2
/
+6
2020-09-29
First implementation of controller rumble
german
1
-1
/
+38
[next]