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
/
input_engine.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
input_common: Map motion with relative values not absolute ones
german77
2023-05-20
1
-4
/
+7
*
input_common: Revert debugging changes
german77
2023-05-07
1
-2
/
+0
*
input_common: Add property to invert an axis button
Narr the Reg
2023-05-06
1
-0
/
+2
*
core: hid: Enable pulling color data from controllers
Narr the Reg
2023-01-20
1
-0
/
+37
*
input_common: Create virtual amiibo driver
german77
2022-10-02
1
-0
/
+37
*
input_common: Add camera driver
german77
2022-07-24
1
-0
/
+38
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
input_common: Replace lock_guard with scoped_lock
Merry
2022-04-07
1
-23
/
+23
*
input_common: Reduce unused includes
ameerj
2022-03-20
1
-1
/
+0
*
Merge pull request #7859 from german77/battery_again
bunnei
2022-02-24
1
-4
/
+4
|
\
|
*
input_common: Remove battery duplicated struct and update every button press
german77
2022-02-07
1
-4
/
+4
*
|
input/hid: Migrate to the new UUID implementation
Morph
2022-02-05
1
-5
/
+5
|
/
*
input_common: nitpick about SetHatButton usage
Valeri
2022-01-17
1
-1
/
+1
*
input_common: Use accelerometer data for mapping
german77
2022-01-07
1
-2
/
+10
*
input_engine: Simplify PreSet* family of functions
Lioncash
2021-12-13
1
-15
/
+5
*
input_engine: Avoid redundant map lookups
Lioncash
2021-12-13
1
-16
/
+24
*
input_engine: Iterate by reference rather than by value where applicable
Lioncash
2021-12-13
1
-10
/
+10
*
input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()
Lioncash
2021-12-13
1
-2
/
+2
*
input_engine: std::move InputIdentifier in SetCallback()
Lioncash
2021-12-13
1
-1
/
+1
*
kraken: Address comments from review
german77
2021-11-25
1
-2
/
+2
*
second commit lion review
german77
2021-11-25
1
-2
/
+3
*
settings: Fix Debug controller type options
german77
2021-11-25
1
-1
/
+1
*
settings: Fix mouse and keyboard mappings
german77
2021-11-25
1
-0
/
+2
*
input_common: Create input_engine
german77
2021-11-25
1
-0
/
+361