2010-12-08から1日間の記事一覧

WM_INPUTで送られてくる、マルチタッチ(multitouch)のRAWHID(生データ構造/Data Format) typedef struct _OEM_INPUT_REPORT { UCHAR ReportID; union { struct { UCHAR bStatus; USHORT wXData; USHORT wYData; USHORT wPressureData; } InputReport; UCHAR …