最終更新:2013-06-11 (火) 14:57:57 (3971d)  

input_mt_slot
Top / input_mt_slot

Linux/マルチタッチ/type B

関数

static inline void input_mt_slot(struct input_dev *dev, int slot)
{
	input_event(dev, EV_ABS, ABS_MT_SLOT, slot);
}

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

使ってるドライバ

LXR

Linux/マルチタッチ/type A

input_event

関連