Add hotplug support to DInput and XInput controller backends

This commit is contained in:
Michael M
2017-11-10 12:30:37 -08:00
committed by Jordan Woyak
parent 92ca6e124e
commit d26c1ce24d
5 changed files with 123 additions and 10 deletions

View File

@ -8,8 +8,8 @@ namespace ciface
{
namespace Win32
{
void Init();
void Init(void* hwnd);
void PopulateDevices(void* hwnd);
void DeInit();
}
}
} // namespace Win32
} // namespace ciface