mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 07:36:26 +00:00
HID Parser for Win32
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
namespace boo
|
||||
{
|
||||
|
||||
DeviceFinder* DeviceFinder::skDevFinder = nullptr;
|
||||
|
||||
#if _WIN32
|
||||
/* Windows-specific WM_DEVICECHANGED handler */
|
||||
LRESULT DeviceFinder::winDevChangedHandler(WPARAM wParam, LPARAM lParam)
|
||||
|
||||
Reference in New Issue
Block a user