summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
AgeCommit message (Expand)Author
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-05InputCommon: Make ControllerInterface RegisterDevicesChangedCallback use Comm...Jordan Woyak
2025-06-07InputCommon: Update to use SDL3 and bump the SDL submodule in Externals to re...Jordan Woyak
2024-03-11InputCommon: Provide WindowSystemInfo getter for ControllerInterface.Jordan Woyak
2023-12-18Input: Improve Controller Interface devices threadingFiloppi
2023-05-10Support Steam Deck controls directly through hidrawR
2022-11-01ControllerInterface: Add InputBackend interface and SDL implementation.Jordan Woyak
2022-07-25Add hotkey for centering mouse in render window.Admiral H. Curtiss
2022-07-10Add SDL as a submoduleJun Bo Bi
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07ControllerInterface: Remove OSX window handleFiloppi
2021-06-07ControllerInterface: RefactorFiloppi
2021-06-07ControllerInterface: mixed commentsFiloppi
2021-03-17InputCommon / DolphinQt / Core: Add a "RelativeMouse" input which provides th...iwubcode
2021-02-22Cleanup X11 and XRANDR MacrosNorbert Lange
2021-01-27rename InputCommon/ControllerInterface/Device to CoreDeviceShawn Hoffman
2020-12-13InputCommon: Fix callback dispatch deadlockseth
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-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-04CMake: make SDL a private dep of InputCommonMichael 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-20Add missing "functional" includeSteven Newbury
2017-02-07InputCommon: Extract ControlReference from ControllerInterfaceMichael Maltese
2016-11-30ControllerInterface: replace Reinitialize with RefreshDevicesMichael Maltese
2016-09-04InputCommon: Remove the Xlib backendJasper St. Pierre
2016-07-29ControllerInterface: Add RemoveDevice()Léo Lam
2016-07-29ControllerInterface: Add a way to register callbacksLé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-02-05Use cmake to determine if we are enabling the Android Controller InterfaceRyan Houdek
2015-10-24GC controller input using named pipesspxtr
2015-07-01Linux: Add an evdev based controller backend, to replace SDL.Scott Mansell
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
2014-11-28HW: Remove UpdateOutputJasper St. Pierre
2014-11-28ControllerInterface: Make UpdateInput / UpdateOutput return voidJasper St. Pierre
2014-11-28ControllerInterface: Remove unused "force" parameterJasper St. Pierre