summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2024-03-11 01:31:05 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2024-03-11 01:31:05 -0500
commit9941c54911e8ab713aad1f156511bf6552ca4b3b (patch)
tree57fd4cb8658ecf5ba2fa200f9bac8b96ade29ebb /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
parentb89a88afbc5fb93c737e7d74eda25e19b26e7c8f (diff)
InputCommon: Provide WindowSystemInfo getter for ControllerInterface.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
index 837e5135d5..d3998a4839 100644
--- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
+++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
@@ -122,6 +122,8 @@ public:
static void SetCurrentInputChannel(ciface::InputChannel);
static ciface::InputChannel GetCurrentInputChannel();
+ WindowSystemInfo GetWindowSystemInfo() const;
+
private:
void ClearDevices();