Searched defs:InputEvent (Results 1 – 7 of 7) sorted by relevance
41 struct InputEvent { struct42 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 …]
27 DECLARE_ACE_TYPE(InputEvent, AceType) in DECLARE_ACE_TYPE() argument31 explicit InputEvent(OnHoverEventFunc&& callback) : onHoverCallback_(std::move(callback)) {} in InputEvent() function33 explicit InputEvent(OnHoverFunc&& callback) : onHoverEventCallback_(std::move(callback)) {} in InputEvent() function35 explicit InputEvent(OnAxisEventFunc&& callback) : onAxisCallback_(std::move(callback)) {} in InputEvent() function37 …explicit InputEvent(OnAccessibilityHoverFunc&& callback) : onAccessibilityHoverFunc_(std::move(cal… in InputEvent() function
15 ## InputEvent section
25 InputEvent::InputEvent(int32_t eventType) : eventType_(eventType) in InputEvent() function in OHOS::MMI::InputEvent30 InputEvent::InputEvent(const InputEvent& other) in InputEvent() function in OHOS::MMI::InputEvent
39 InputEvent::InputEvent(int32_t eventType) : eventType_(eventType) in InputEvent() function in OHOS::MMI::InputEvent44 InputEvent::InputEvent(const InputEvent& other) in InputEvent() function in OHOS::MMI::InputEvent
125 static void InputEvent(int type, int sourceType, int64_t time) in InputEvent() function