RegisterRawInputDevices
[DllImport("user32.dll", SetLastError = true)]
public static extern bool RegisterRawInputDevices(
RAWINPUTDEVICE[] pRawInputDevices,
uint uiNumDevices,
uint cbSize
);Last updated
[DllImport("user32.dll", SetLastError = true)]
public static extern bool RegisterRawInputDevices(
RAWINPUTDEVICE[] pRawInputDevices,
uint uiNumDevices,
uint cbSize
);Last updated