Bemanitools v5.26 release

This commit is contained in:
icex2
2019-09-27 22:36:50 +02:00
commit cbd7720349
718 changed files with 62731 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef GENINPUT_HOTPLUG_H
#define GENINPUT_HOTPLUG_H
#include <windows.h>
#include <dbt.h>
void hotplug_init(HWND wnd);
void hotplug_handle_msg(WPARAM wparam, const DEV_BROADCAST_HDR *hdr);
void hotplug_fini(void);
#endif