Home
last modified time | relevance | path

Searched refs:UIInputEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Daxis_event.h59 struct UIInputEvent { struct
60 virtual ~UIInputEvent() = default;
64 struct AxisEvent final : public UIInputEvent { argument
H A Dtouch_event.h80 struct TouchEvent final : public UIInputEvent {
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/
H A Dui_input_event.cpp167 const auto* uiEvent = reinterpret_cast<const OHOS::Ace::UIInputEvent*>(event->inputEvent); in HandleTouchEvent()
177 const auto* uiEvent = reinterpret_cast<const OHOS::Ace::UIInputEvent*>(event->inputEvent); in HandleAxisEvent()