Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
google
GitHub Repository: google/crosvm
Path: blob/main/devices/tests/data/input/example_custom_multitouchscreen_config.json
5394 views
1
{
2
"name": "Crosvm Virtio Multitouch Touchscreen 0",
3
"serial_name": "virtio-touchscreen-0",
4
"properties": {"INPUT_PROP_DIRECT": 1},
5
"events": [
6
{
7
"event_type": "EV_KEY",
8
"event_type_code": 1,
9
"supported_events": {
10
"BTN_TOUCH": 330
11
}
12
}, {
13
"event_type": "EV_ABS",
14
"event_type_code": 3,
15
"supported_events": {
16
"ABS_MT_SLOT": 47,
17
"ABS_MT_TRACKING_ID": 57,
18
"ABS_MT_POSITION_X": 53,
19
"ABS_MT_POSITION_Y": 54,
20
"ABS_X": 0,
21
"ABS_Y": 1
22
}
23
}
24
],
25
"axis_info": [
26
{
27
"axis": "ABS_MT_SLOT",
28
"axis_code": 47,
29
"min": 0,
30
"max": 10,
31
"fuzz": 0,
32
"flat": 0
33
}, {
34
"axis": "ABS_MT_TRACKING_ID",
35
"axis_code": 57,
36
"min": 0,
37
"max": 10,
38
"fuzz": 0,
39
"flat": 0
40
}, {
41
"axis": "ABS_MT_POSITION_X",
42
"axis_code": 53,
43
"min": 0,
44
"max": 720,
45
"fuzz": 0,
46
"flat": 0
47
}, {
48
"axis": "ABS_MT_POSITION_Y",
49
"axis_code": 54,
50
"min": 0,
51
"max": 1280,
52
"fuzz": 0,
53
"flat": 0
54
}, {
55
"axis": "ABS_X",
56
"axis_code": 0,
57
"min": 0,
58
"max": 720,
59
"fuzz": 0,
60
"flat": 0
61
}, {
62
"axis": "ABS_Y",
63
"axis_code": 1,
64
"min": 0,
65
"max": 1280,
66
"fuzz": 0,
67
"flat": 0
68
}
69
]
70
}
71
72