Destroy DirectInput helper window during shutdown

This commit is contained in:
Roland Winklmeier
2018-10-15 12:12:17 +02:00
committed by Klaus Basan
parent 294b854ed8
commit 4b3d3bba48
2 changed files with 17 additions and 0 deletions

View File

@@ -123,6 +123,9 @@ namespace BlackInput
//! Creates a hidden DI helper window
int createHelperWindow();
//! Destroys a hidden DI helper window
void destroyHelperWindow();
//! Add new joystick device
void addJoystickDevice(const DIDEVICEINSTANCE *pdidInstance);