Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/frameworks/native/input/test/
Doh_input_manager_test.cpp53 struct Input_TouchEvent { struct
54 int32_t action;
55 int32_t id;
56 int32_t displayX;
57 int32_t displayY;
58 int64_t actionTime { -1 };
59 int32_t windowId { -1 };
60 int32_t displayId { -1 };
/foundation/multimodalinput/input/frameworks/native/input/
Doh_input_manager.cpp63 struct Input_TouchEvent { struct
64 int32_t action;
65 int32_t id;
66 int32_t displayX;
67 int32_t displayY;
68 int64_t actionTime { -1 };
69 int32_t windowId { -1 };
70 int32_t displayId { -1 };
/foundation/multimodalinput/input/interfaces/kits/c/input/
Doh_input_manager.h223 typedef struct Input_TouchEvent Input_TouchEvent; typedef