最終更新:2014-02-20 (木) 17:12:48 (3708d)  

WM_POINTER
Top / WM_POINTER

Windows 8で追加。

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

Windows Pointer Device

  • Pointer devices are free to support additional usages (including vendor-specific usages). Additional usages are not delivered to applications in WM_POINTER messages. The value of these usages can be retrieved by using the GetRawPointerDeviceData function. In order to make the usages accessible from the GetRawPointerDeviceData function, the usages must be located in the same report as the X and Y usages.

細かいメッセージ

  • WM_POINTERACTIVATE?
  • WM_POINTERCAPTURECHANGED?
  • WM_POINTERDEVICECHANGE?
  • WM_POINTERDEVICEINRANGE?
  • WM_POINTERDEVICEOUTOFRANGE?
  • WM_POINTERDOWN?
  • WM_POINTERENTER?
  • WM_POINTERLEAVE?
  • WM_POINTERUP?
  • WM_POINTERUPDATE?
  • WM_POINTERWHEEL?
  • WM_POINTERHWHEEL?

関連