diff options
| author | skidau <skidau@gmail.com> | 2015-03-28 22:55:39 +1100 |
|---|---|---|
| committer | skidau <skidau@gmail.com> | 2015-03-28 22:55:39 +1100 |
| commit | c45ffa937eb79848002a29948eade27065a03ad2 (patch) | |
| tree | 56b5775a3c2e7167e5b492a34a245ffc7e933382 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | |
| parent | 74f25ad8ecef9315add7983f7c98b182a7771e45 (diff) | |
| parent | 9947324296d942897b5248bd5651cddbd9078751 (diff) | |
Merge pull request #2246 from skidau/sdl-init-crash
Use WindowFromPoint to track the mouse in DInput
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h index 1b2c93951f..9ab8427ad2 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -117,9 +117,6 @@ 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; |
