Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/tools/event_inject/include/
Dmsg_head.h41 struct InputEvent { struct
42 uint16_t code;
43 int32_t target;
44 int32_t type;
45 int32_t value;
46 int32_t x;
47 int32_t y;
48 int32_t fp;
49 int32_t devType;
50 int32_t track;
[all …]
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dinput_event.cpp26 InputEvent::InputEvent(int32_t eventType) : eventType_(eventType) in InputEvent() function in OHOS::MMI::InputEvent
31 InputEvent::InputEvent(const InputEvent& other) in InputEvent() function in OHOS::MMI::InputEvent