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
/
ControllerInterface.h
Age
Commit message (
Expand
)
Author
2018-06-04
CMake: make SDL a private dep of InputCommon
Michael M
2017-11-10
ControllerInterface: don't call InvokeDevicesChangedCallbacks more than once ...
Michael M
2017-11-10
ControllerInterface: add mutex around callbacks vector
Michael M
2017-11-10
ControllerInterface: HotplugCallbacks -> DevicesChangedCallbacks
Michael M
2017-11-10
ControllerInterface: invoke callbacks in AddDevice/RemoveDevice
Michael M
2017-02-20
Add missing "functional" include
Steven Newbury
2017-02-07
InputCommon: Extract ControlReference from ControllerInterface
Michael Maltese
2016-11-30
ControllerInterface: replace Reinitialize with RefreshDevices
Michael Maltese
2016-09-04
InputCommon: Remove the Xlib backend
Jasper St. Pierre
2016-07-29
ControllerInterface: Add RemoveDevice()
Léo Lam
2016-07-29
ControllerInterface: Add a way to register callbacks
Léo Lam
2016-06-25
ControllerInterface: Switch to std::shared_ptr
Léo Lam
2016-06-25
ControllerInterface: Add synchronisation
Léo Lam
2016-06-25
ControllerInterface: Don't pass m_devices to the backends
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-02-05
Use cmake to determine if we are enabling the Android Controller Interface
Ryan Houdek
2015-10-24
GC controller input using named pipes
spxtr
2015-07-01
Linux: Add an evdev based controller backend, to replace SDL.
Scott Mansell
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-03-12
Removed the controller update lock as it is no longer needed.
skidau
2014-11-28
HW: Remove UpdateOutput
Jasper St. Pierre
2014-11-28
ControllerInterface: Make UpdateInput / UpdateOutput return void
Jasper St. Pierre
2014-11-28
ControllerInterface: Remove unused "force" parameter
Jasper St. Pierre
2014-10-15
ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize()
Lioncash
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-09-04
Controller Interface: Remove "using namespace" in header file.
Rohit Nirmal
2014-05-04
Remove SDL from Externals.
Jordan Woyak
2014-05-04
Disable SDL input on Windows.
Jordan Woyak
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-09
clang-modernize -add-override
Tillmann Karras
2014-02-20
Fix more header sorting issues in InputCommon/ (now check-includes clean).
Pierre Bourdon
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