index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input_common
/
main.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
core: Update copyright headers
Zephyron
2024-01-17
input_common: Add android input engine
Narr the Reg
2023-03-12
general: fix spelling mistakes
Liam
2022-12-16
input_common: Add virtual gamepad
german77
2022-11-27
input_common: Pump sdl events from main thread
german77
2022-10-02
input_common: Enable virtual amiibo driver
german77
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-23
input_common: Add camera driver
german77
2022-03-21
input_common: Map sticks correctly when mapped sideways
Narr the Reg
2022-01-24
input_common/input_mapping: Remove const from return value
Lioncash
2021-11-24
input_common: Move button names to the frontend
german77
2021-11-24
input_common: Allow keyboard to be backwards compatible
german77
2021-11-24
core/hid: Improve accuracy of the keyboard implementation
german77
2021-11-24
input_common: Rewrite main and add the new drivers
german77
2021-11-24
input_common: Rewrite keyboard
german77
2021-11-24
input_common: Create input poller and mapping
german77
2021-09-18
input_common/tas: Add swap controller
german77
2021-09-18
input_common/tas: Base playback & recording system
MonsterDruide1
2020-11-25
Implement full mouse support
german
2020-09-04
Add cemu hook changes related to PR #4609
german
2020-09-04
Include HID and configuration changes related to motion
german
2020-08-30
Address second batch of reviews
FearlessTobi
2020-08-29
Address review comments and fix code compilation
FearlessTobi
2020-08-29
yuzu: Add motion and touch configuration
FearlessTobi
2020-08-28
input_common/main: Remove unnecessary headers
Lioncash
2020-08-28
input_common/main: Remove unimplemented prototype
Lioncash
2020-08-27
input_common: Eliminate most global state
Lioncash
2020-08-26
Address feedback
Morph
2020-08-26
Project Mjölnir: Part 1
Morph
2020-06-21
Tidy up the pointers, use pair over tuple where appropriate
Ameer
2020-06-21
Singleton GC Adapter class, remove globals, fix naming convention
Ameer
2020-06-21
Clang Formatting
Ameer
2020-06-21
GC Adapter Implementation
Ameer
2019-03-02
Input: Remove global variables from SDL Input
James Rowe
2018-09-10
Port #4141 from citra: Joystick hotplug support (#1275)
Tobias
2018-01-15
Adding meumart's Citra SDL Joystick support. Citra PR #3116
muemart
2017-08-19
Merge pull request #2861 from wwylele/motion-refactor
James Rowe
2017-08-14
Fix Spelling/English mistakes
Dave Leaver
2017-08-11
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
2017-03-01
InputCommon: add AnalogFromButton
wwylele
2017-03-01
InputCommon: add Keyboard
wwylele