index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
ControllerInterface
/
Device.cpp
Age
Commit message (
Expand
)
Author
2021-01-27
rename InputCommon/ControllerInterface/Device to CoreDevice
Shawn Hoffman
2020-09-25
InputCommon: Improve input detection to produce buton combinations.
Jordan Woyak
2020-09-25
InputCommon: Make hotkeys and input detection aware of Ctrl -> L_Ctrl / R_Ctr...
Jordan Woyak
2020-09-25
ControllerInterface: Add platform consistent names for modifier keys.
Jordan Woyak
2020-09-25
InputCommon: Support detecting combinations of inputs. (Hotkeys)
Jordan Woyak
2020-02-24
InputCommon: Remove racy UpdateInput call in DetectInput.
Jordan Woyak
2020-02-17
InputCommon/ControllerInterface: Make devices mutex recursive so RemoveDevice...
Jordan Woyak
2019-11-22
InputCommon: Make use of fmt where applicable
Lioncash
2019-06-17
InputCommon: Use nested namespace specifiers where applicable
Lioncash
2019-05-29
ControllerInterface/Device: Make DetectInput() a const member function
Lioncash
2019-05-29
ControllerInterface/Device: Take vector by const reference in DetectInput()
Lioncash
2019-05-29
ControllerInterface/Device: Use std::string_view where applicable
Lioncash
2019-05-08
InputCommon/Device.cpp: Add missing include
spycrab
2019-04-13
ControllerInterface: Rename full surface analog inputs to be more visually di...
Jordan Woyak
2019-03-29
ControllerInterface/Win32: Prevent devcies from losing their "id" on a hotplu...
Jordan Woyak
2019-03-03
ControllerInterface/DolphinQt: Make mapping "all devices" way less hacky.
Jordan Woyak
2019-03-03
ControllerInterface: Input detection improvements.
Jordan Woyak
2017-12-15
Merge pull request #6166 from ligfx/invokedeviceschangedcallbacks
Leo Lam
2017-11-19
DeviceQualifier: small cleanup
Michael M
2017-11-19
GCPadEmu: only connected if default device connected
Michael Maltese
2017-11-10
ControllerInterface: invoke callbacks in AddDevice/RemoveDevice
Michael M
2017-06-03
Device: Provide operator!= counterparts to operator== for DeviceQualifier
Lioncash
2017-02-07
InputCommon: Extract ControlReference from ControllerInterface
Michael Maltese
2016-06-26
Merge pull request #3943 from ShadowsFriend/nopch-fix
Mat M
2016-06-25
Device: Use std::tie for DeviceQualifier's operator==
Lioncash
2016-06-26
ControllerInterface: Include memory to fix building without pch
Christian Widmer
2016-06-25
ControllerInterface: Switch to std::shared_ptr
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-11-28
ControllerInterface: Remove unused ClearInputState
Jasper St. Pierre
2014-07-16
Host: Add a new "UIHasFocus" hook to determine if the UI has focus
Jasper St. Pierre
2014-07-11
ControllerInterface: Gate the input based on our new background input setting
Jasper St. Pierre
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-01-30
Light cleanup to a little bit of InputCommon. Replaces much of the iterators ...
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre