2.6.30支持多点触摸

来源:互联网 发布:台湾与福建 知乎 编辑:程序博客网 时间:2024/05/17 03:02


#define ABS_MT_TOUCH_MAJOR0x30/* Major axis of touching ellipse */
#define ABS_MT_TOUCH_MINOR0x31/* Minor axis (omit if circular) */
#define ABS_MT_WIDTH_MAJOR0x32/* Major axis of approaching ellipse */
#define ABS_MT_WIDTH_MINOR0x33/* Minor axis (omit if circular) */
#define ABS_MT_ORIENTATION0x34/* Ellipse orientation */
#define ABS_MT_POSITION_X0x35/* Center X ellipse position */
#define ABS_MT_POSITION_Y0x36/* Center Y ellipse position */
#defin
原创粉丝点击