Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/tools/event_inject/include/
H A 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 …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A 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
37 …explicit InputEvent(OnAccessibilityHoverFunc&& callback) : onAccessibilityHoverFunc_(std::move(cal… in InputEvent() function
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-inputevent.md15 ## InputEvent section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Djs-apis-inputevent.md15 ## InputEvent section
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_input_event.cpp25 InputEvent::InputEvent(int32_t eventType) : eventType_(eventType) in InputEvent() function in OHOS::MMI::InputEvent
30 InputEvent::InputEvent(const InputEvent& other) in InputEvent() function in OHOS::MMI::InputEvent
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_event.cpp39 InputEvent::InputEvent(int32_t eventType) : eventType_(eventType) in InputEvent() function in OHOS::MMI::InputEvent
44 InputEvent::InputEvent(const InputEvent& other) in InputEvent() function in OHOS::MMI::InputEvent
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/performancemonitor/
H A Dnapi_perf_monitor.cpp125 static void InputEvent(int type, int sourceType, int64_t time) in InputEvent() function