最終更新:2012-12-12 (水) 03:42:58 (4146d)  

kernel.org/doc/Documentation/input/multi-touch-protocol.txt
Top / kernel.org / doc / Documentation / input / multi-touch-protocol.txt

http://kernel.org/doc/Documentation/input/multi-touch-protocol.txt

Linux/マルチタッチ/type A - ステートレス?

  • input_mt_sync
  • SYN_MT_REPORT
    ABS_MT_POSITION_X x[0]
    ABS_MT_POSITION_Y y[0]
    SYN_MT_REPORT
    ABS_MT_POSITION_X x[1]
    ABS_MT_POSITION_Y y[1]
    SYN_MT_REPORT
    SYN_REPORT

Linux/マルチタッチ/type B - ステートフル?

  • input_mt_slot
  • ABS_MT_SLOT
  • ABS_MT_TRACKING_ID
    ABS_MT_SLOT 0
    ABS_MT_TRACKING_ID 45
    ABS_MT_POSITION_X x[0]
    ABS_MT_POSITION_Y y[0]
    ABS_MT_SLOT 1
    ABS_MT_TRACKING_ID 46
    ABS_MT_POSITION_X x[1]
    ABS_MT_POSITION_Y y[1]
    SYN_REPORT

関連