summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
AgeCommit message (Expand)Author
2020-05-09Apply fixes to all platformsThomas May
2020-05-06Update ControllerInterface.cppThomas May
2020-03-11Common: Add a render_window field to WindowSystemInfoStenzek
2020-02-17InputCommon: Add real Wii Remote support to ControllerInterface. Add option t...Jordan Woyak
2020-02-17InputCommon/ControllerInterface: Make devices mutex recursive so RemoveDevice...Jordan Woyak
2020-01-24InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio.Jordan Woyak
2019-10-27Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClien...rlnilsen
2019-10-26Add support for motion controllers via the CemuHook controller input protocol.rlnilsen
2019-03-29ControllerInterface/Win32: Prevent devcies from losing their "id" on a hotplu...Jordan Woyak
2019-03-29Add hotplug support to DInput and XInput controller backendsMichael M
2019-03-29Add ControllerInterface::Win32 to wrap XInput and DInputMichael M
2019-01-10ControllerInterface: Allow hotplug callbacks to be unregistered and don't rel...Jordan Woyak
2019-01-02ControllerInterface: Shutdown order and race condition fix.Jordan Woyak
2018-10-29Core: Switch controller interface to render widget on bootingStenzek
2018-10-29ControllerInterface: Don't crash on non-X11 QPAStenzek
2018-06-04Add hotplug support to SDL2 controller backendMichael M
2017-11-10ControllerInterface: don't call InvokeDevicesChangedCallbacks more than once ...Michael M
2017-11-10ControllerInterface: add mutex around callbacks vectorMichael M
2017-11-10ControllerInterface: HotplugCallbacks -> DevicesChangedCallbacksMichael M
2017-11-10ControllerInterface: invoke callbacks in AddDevice/RemoveDeviceMichael M
2017-02-07InputCommon: Extract ControlReference from ControllerInterfaceMichael Maltese
2016-11-30ControllerInterface: replace Reinitialize with RefreshDevicesMichael Maltese
2016-11-30ControllerInterface: clear devices before shutting down backendsMichael Maltese
2016-10-03Merge pull request #4102 from ligfx/quartz_inputshuffle2
2016-09-04InputCommon: Remove the Xlib backendJasper St. Pierre
2016-08-08Add Quartz/CoreGraphics controller interface for default k&m eventsMichael Maltese
2016-07-29evdev: Add hotplugging supportLéo Lam
2016-07-29ControllerInterface: Don't block on UpdateInput()Léo Lam
2016-07-29ControllerInterface: Add RemoveDevice()Léo Lam
2016-07-29ControllerInterface: Add a way to register callbacksLéo Lam
2016-07-14ControllerInterface: Make the ID assigning code commonLéo Lam
2016-06-25ControllerInterface: Switch to std::shared_ptrLéo Lam
2016-06-25ControllerInterface: Add synchronisationLéo Lam
2016-06-25ControllerInterface: Don't pass m_devices to the backendsLéo Lam
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-10Comment change to reflect what code doesbooto
2015-10-24GC controller input using named pipesspxtr
2015-07-01Linux: Add an evdev based controller backend, to replace SDL.Scott Mansell
2015-06-08Revert "SDL: handle SDL_QUIT event"Matthew Parlane
2015-06-05SDL: handle SDL_QUIT eventTillmann Karras
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-12Removed the controller update lock as it is no longer needed.skidau
2015-03-08Fixed the crash that would occur when the Refresh button was pressed in the c...skidau
2014-11-28HW: Remove UpdateOutputJasper St. Pierre
2014-11-28ControllerInterface: Make UpdateInput / UpdateOutput return voidJasper St. Pierre
2014-11-28ControllerInterface: Remove unused ClearInputStateJasper St. Pierre
2014-11-28ControllerInterface: Remove unused "force" parameterJasper St. Pierre
2014-11-11Fix some double->float conversions.Rachel Bryk
2014-10-15ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize()Lioncash