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
/
input_common
/
main.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-24
input_common: Add camera driver
german77
1
-1
/
+8
2022-03-22
input_common: Map sticks correctly when mapped sideways
Narr the Reg
1
-0
/
+3
2022-01-24
input_common/input_mapping: Remove const from return value
Lioncash
1
-1
/
+1
2021-11-25
input_common: Move button names to the frontend
german77
1
-2
/
+7
2021-11-25
input_common: Allow keyboard to be backwards compatible
german77
1
-3
/
+0
2021-11-25
core/hid: Improve accuracy of the keyboard implementation
german77
1
-0
/
+3
2021-11-25
input_common: Rewrite main and add the new drivers
german77
1
-38
/
+51
2021-11-25
input_common: Rewrite keyboard
german77
1
-89
/
+0
2021-11-25
input_common: Create input poller and mapping
german77
1
-0
/
+3
2021-09-18
input_common/tas: Add swap controller
german77
1
-10
/
+10
2021-09-18
input_common/tas: Base playback & recording system
MonsterDruide1
1
-0
/
+23
2020-11-26
Implement full mouse support
german
1
-5
/
+36
2020-09-05
Add cemu hook changes related to PR #4609
german
1
-0
/
+14
2020-09-05
Include HID and configuration changes related to motion
german
1
-1
/
+9
2020-08-30
Address second batch of reviews
FearlessTobi
1
-3
/
+1
2020-08-29
Address review comments and fix code compilation
FearlessTobi
1
-0
/
+2
2020-08-29
yuzu: Add motion and touch configuration
FearlessTobi
1
-0
/
+3
2020-08-29
input_common/main: Remove unnecessary headers
Lioncash
1
-2
/
+8
2020-08-29
input_common/main: Remove unimplemented prototype
Lioncash
1
-3
/
+0
2020-08-27
input_common: Eliminate most global state
Lioncash
1
-46
/
+84
2020-08-26
Address feedback
Morph
1
-1
/
+1
2020-08-26
Project Mjölnir: Part 1
Morph
1
-2
/
+24
2020-06-22
Tidy up the pointers, use pair over tuple where appropriate
Ameer
1
-1
/
+0
2020-06-22
Singleton GC Adapter class, remove globals, fix naming convention
Ameer
1
-3
/
+1
2020-06-21
Clang Formatting
Ameer
1
-2
/
+1
2020-06-21
GC Adapter Implementation
Ameer
1
-0
/
+9
2019-03-02
Input: Remove global variables from SDL Input
James Rowe
1
-2
/
+0
2018-09-11
Port #4141 from citra: Joystick hotplug support (#1275)
Tobias
1
-0
/
+2
2018-01-16
Adding meumart's Citra SDL Joystick support. Citra PR #3116
muemart
1
-0
/
+32
2017-08-13
Fix Spelling/English mistakes
Dave Leaver
1
-1
/
+1
2017-08-11
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
1
-0
/
+5
2017-03-01
InputCommon: add AnalogFromButton
wwylele
1
-0
/
+4
2017-03-01
InputCommon: add Keyboard
wwylele
1
-0
/
+25