mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 08:55:43 +08:00
Properly initialize and cleanup DirectInput
ref T391
This commit is contained in:
committed by
Klaus Basan
parent
4b3d3bba48
commit
5ee8bbe467
@@ -140,6 +140,7 @@ namespace BlackInput
|
||||
const TCHAR *helperWindowClassName = TEXT("HelperWindow");
|
||||
const TCHAR *helperWindowName = TEXT("JoystickCatcherWindow");
|
||||
|
||||
bool m_coInitializeSucceeded = false;
|
||||
DirectInput8Ptr m_directInput; //!< DirectInput object
|
||||
QVector<CJoystickDevice *> m_joystickDevices; //!< Joystick devices
|
||||
|
||||
|
||||
Reference in New Issue
Block a user