index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
frontend
/
input.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-06
Make settings controller image change with controller input
german
1
-0
/
+11
2021-01-15
Allow to return up to 16 touch inputs per engine
german
1
-3
/
+4
2020-11-26
Implement full mouse support
german
1
-2
/
+7
2020-11-24
Fix warnings in core/frontend/input.h with [[maybe_unused]]
bunnei
1
-1
/
+3
2020-11-22
input_common: Treat warnings as errors
Lioncash
1
-1
/
+1
2020-11-16
input_common: Add VibrationDevice and VibrationDeviceFactory
Morph
1
-0
/
+7
2020-11-16
controllers/npad: Add heuristics to reduce rumble state changes
Morph
1
-1
/
+1
2020-09-29
First implementation of controller rumble
german
1
-0
/
+3
2020-09-05
Remove RealMotionDevice
german
1
-21
/
+8
2020-09-05
Include HID and configuration changes related to motion
german
1
-0
/
+27
2020-01-15
Moved analog direction logic to sdl_impl
CJBok
1
-0
/
+10
2019-02-27
common/vector_math: Move Vec[x] types into the Common namespace
Lioncash
1
-1
/
+1
2018-11-19
settings: Add Native type for mouse buttons
Zach Hilman
1
-0
/
+7
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-3
/
+3
2018-04-26
core: Replace remaining old non-generic logger usages with fmt-capable equivalents
Lioncash
1
-3
/
+3
2017-08-24
HID: use TouchDevice for touch pad
wwylele
1
-0
/
+6
2017-08-11
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
1
-5
/
+4
2017-08-11
HID: use MotionDevice for Accelerometer and Gyroscope
wwylele
1
-0
/
+20
2017-03-01
HID: use AnalogDevice
wwylele
1
-0
/
+7
2017-03-01
HID: use ButtonDevice
wwylele
1
-0
/
+6
2017-03-01
Input: add device and factory template
wwylele
1
-0
/
+97