diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2019-02-27 18:10:18 -0600 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2019-03-03 18:39:02 -0600 |
| commit | c389d68186ea7fa95d763d7bb55bc09e5a45c4cd (patch) | |
| tree | 9712b3e25f700cdbeb5b75652078867f5d8e548a /Source/Core/InputCommon/ControlReference/ControlReference.h | |
| parent | 48b69ca01841ba724049895a83d8d88ec95d66de (diff) | |
ControllerInterface/DolphinQt: Make mapping "all devices" way less hacky.
Diffstat (limited to 'Source/Core/InputCommon/ControlReference/ControlReference.h')
| -rw-r--r-- | Source/Core/InputCommon/ControlReference/ControlReference.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/InputCommon/ControlReference/ControlReference.h b/Source/Core/InputCommon/ControlReference/ControlReference.h index 6740ed8be0..83fa288676 100644 --- a/Source/Core/InputCommon/ControlReference/ControlReference.h +++ b/Source/Core/InputCommon/ControlReference/ControlReference.h @@ -26,8 +26,6 @@ public: virtual ~ControlReference(); virtual ControlState State(const ControlState state = 0) = 0; - virtual ciface::Core::Device::Control* Detect(const unsigned int ms, - ciface::Core::Device* const device) = 0; virtual bool IsInput() const = 0; int BoundCount() const; @@ -57,8 +55,6 @@ public: InputReference(); bool IsInput() const override; ControlState State(const ControlState state) override; - ciface::Core::Device::Control* Detect(const unsigned int ms, - ciface::Core::Device* const device) override; }; // @@ -72,6 +68,4 @@ public: OutputReference(); bool IsInput() const override; ControlState State(const ControlState state) override; - ciface::Core::Device::Control* Detect(const unsigned int ms, - ciface::Core::Device* const device) override; }; |
