最終更新:2014-02-27 (木) 20:09:45 (3704d)  

RegisterRawInputDevices
Top / RegisterRawInputDevices

http://msdn.microsoft.com/en-us/library/windows/desktop/ms645600(v=vs.85).aspx

BOOL WINAPI RegisterRawInputDevices(
  _In_  PCRAWINPUTDEVICE pRawInputDevices,
  _In_  UINT uiNumDevices,
  _In_  UINT cbSize
);

引数

  • RAWINPUTDEVICE
    typedef struct tagRAWINPUTDEVICE {
      USHORT usUsagePage;
      USHORT usUsage;
      DWORD  dwFlags;
      HWND   hwndTarget;
    } RAWINPUTDEVICE, *PRAWINPUTDEVICE, *LPRAWINPUTDEVICE;

関連

参考