index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
frontend
/
input.h
Age
Commit message (
Expand
)
Author
2021-06-23
General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable
Lioncash
2021-05-30
input_common: Analog button, use time based position instead of frequent updates
german77
2021-04-23
hid: Implement SevenSixAxis and ConsoleSixAxisSensor
german77
2021-02-06
Make settings controller image change with controller input
german
2021-01-15
Allow to return up to 16 touch inputs per engine
german
2020-11-29
Merge pull request #4939 from german77/MouseInput
bunnei
2020-11-25
Implement full mouse support
german
2020-11-23
Fix warnings in core/frontend/input.h with [[maybe_unused]]
bunnei
2020-11-22
input_common: Treat warnings as errors
Lioncash
2020-11-15
input_common: Add VibrationDevice and VibrationDeviceFactory
Morph
2020-11-15
controllers/npad: Add heuristics to reduce rumble state changes
Morph
2020-09-29
First implementation of controller rumble
german
2020-09-04
Remove RealMotionDevice
german
2020-09-04
Include HID and configuration changes related to motion
german
2020-01-15
Moved analog direction logic to sdl_impl
CJBok
2019-02-26
common/vector_math: Move Vec[x] types into the Common namespace
Lioncash
2018-11-18
settings: Add Native type for mouse buttons
Zach Hilman
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-26
core: Replace remaining old non-generic logger usages with fmt-capable equiva...
Lioncash
2017-08-24
HID: use TouchDevice for touch pad
wwylele
2017-08-11
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
2017-08-11
HID: use MotionDevice for Accelerometer and Gyroscope
wwylele
2017-03-01
HID: use AnalogDevice
wwylele
2017-03-01
HID: use ButtonDevice
wwylele
2017-03-01
Input: add device and factory template
wwylele