diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/InputBackend.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/InputBackend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/InputBackend.h b/Source/Core/InputCommon/ControllerInterface/InputBackend.h index 80ced7e194..7d75603851 100644 --- a/Source/Core/InputCommon/ControllerInterface/InputBackend.h +++ b/Source/Core/InputCommon/ControllerInterface/InputBackend.h @@ -28,6 +28,8 @@ public: // just add them to the removal list if necessary. virtual void UpdateInput(std::vector<std::weak_ptr<ciface::Core::Device>>& devices_to_remove); + virtual void HandleWindowChange(); + ControllerInterface& GetControllerInterface(); private: |
