summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorskidau <skidau@gmail.com>2015-03-21 12:46:37 +1100
committerskidau <skidau@gmail.com>2015-03-21 12:46:37 +1100
commit63c4bd665e66ba0aba31ed26c7e3eac38afd6cdb (patch)
tree14ea7fbca561ef7bc822ff5de17d5fdd85540868 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
parent94e435afbc09ea28ed2f536362a716bb3c22b9c6 (diff)
parent98dce11f8c226ef20a660ec7aa9eb0148999dc8c (diff)
Merge pull request #2230 from skidau/Mouse-In-Separate-Window
Updated the input plugins reference of hwnd on game start.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
index 9ab8427ad2..1b2c93951f 100644
--- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
+++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
@@ -117,6 +117,9 @@ public:
void Initialize(void* const hwnd);
void Reinitialize();
void Shutdown();
+
+ void DeInit();
+
bool IsInit() const { return m_is_init; }
void UpdateReference(ControlReference* control, const ciface::Core::DeviceQualifier& default_device) const;