Home
last modified time | relevance | path

Searched defs:LocalAbsInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_dinput_context.h27 struct LocalAbsInfo { struct
28 int32_t absXMin = 0;
29 int32_t absXMax = 0;
30 int32_t absYMin = 0;
31 int32_t absYMax = 0;
32 int32_t absPressureMin = 0;
33 int32_t absPressureMax = 0;
34 int32_t absMtTouchMajorMin = 0;
58 LocalAbsInfo localAbsInfo; argument