Home
last modified time | relevance | path

Searched defs:InputEvent (Results 1 – 4 of 4) 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/arkui/ace_engine/frameworks/core/components_ng/event/
Dinput_event.h27 DECLARE_ACE_TYPE(InputEvent, AceType) in DECLARE_ACE_TYPE() argument
31 explicit InputEvent(OnHoverEventFunc&& callback) : onHoverCallback_(std::move(callback)) {} in InputEvent() function
33 explicit InputEvent(OnHoverFunc&& callback) : onHoverEventCallback_(std::move(callback)) {} in InputEvent() function
35 explicit InputEvent(OnAxisEventFunc&& callback) : onAxisCallback_(std::move(callback)) {} in InputEvent() function
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
Dmock_input_event.cpp20 InputEvent::InputEvent(int32_t eventType) : eventType_(eventType) in InputEvent() function in OHOS::MMI::InputEvent
25 InputEvent::InputEvent(const InputEvent& other) in InputEvent() function in OHOS::MMI::InputEvent
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dinput_event.cpp30 InputEvent::InputEvent(int32_t eventType) : eventType_(eventType) in InputEvent() function in OHOS::MMI::InputEvent
35 InputEvent::InputEvent(const InputEvent& other) in InputEvent() function in OHOS::MMI::InputEvent