Path: blob/main/devices/tests/data/input/example_custom_multitouchscreen_config.json
5394 views
{1"name": "Crosvm Virtio Multitouch Touchscreen 0",2"serial_name": "virtio-touchscreen-0",3"properties": {"INPUT_PROP_DIRECT": 1},4"events": [5{6"event_type": "EV_KEY",7"event_type_code": 1,8"supported_events": {9"BTN_TOUCH": 33010}11}, {12"event_type": "EV_ABS",13"event_type_code": 3,14"supported_events": {15"ABS_MT_SLOT": 47,16"ABS_MT_TRACKING_ID": 57,17"ABS_MT_POSITION_X": 53,18"ABS_MT_POSITION_Y": 54,19"ABS_X": 0,20"ABS_Y": 121}22}23],24"axis_info": [25{26"axis": "ABS_MT_SLOT",27"axis_code": 47,28"min": 0,29"max": 10,30"fuzz": 0,31"flat": 032}, {33"axis": "ABS_MT_TRACKING_ID",34"axis_code": 57,35"min": 0,36"max": 10,37"fuzz": 0,38"flat": 039}, {40"axis": "ABS_MT_POSITION_X",41"axis_code": 53,42"min": 0,43"max": 720,44"fuzz": 0,45"flat": 046}, {47"axis": "ABS_MT_POSITION_Y",48"axis_code": 54,49"min": 0,50"max": 1280,51"fuzz": 0,52"flat": 053}, {54"axis": "ABS_X",55"axis_code": 0,56"min": 0,57"max": 720,58"fuzz": 0,59"flat": 060}, {61"axis": "ABS_Y",62"axis_code": 1,63"min": 0,64"max": 1280,65"fuzz": 0,66"flat": 067}68]69}707172