summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/InputBackend.h
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2024-03-11 02:09:31 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2024-03-11 03:25:31 -0500
commit341f99a3f1feaf981bb704909b2dc3b3a0b70245 (patch)
treef89283b8a76ff7dea79487032a9ef23d2fb54461 /Source/Core/InputCommon/ControllerInterface/InputBackend.h
parent2ac59bf5813ab44dc3e7f067913b0e951e8b6199 (diff)
InputCommon: Add Win32 InputBackend class.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/InputBackend.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/InputBackend.h2
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: