Home
last modified time | relevance | path

Searched refs:OH_NATIVEXCOMPONENT_MOUSE_PRESS (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h145 OH_NATIVEXCOMPONENT_MOUSE_PRESS, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__interface__xcomponent_8h.md50 …VEXCOMPONENT_MOUSE_NONE](_o_h___native_x_component.md) = 0, [OH_NATIVEXCOMPONENT_MOUSE_PRESS](_o_h…
H A D_o_h___native_x_component.md53 …sp;{ OH_NATIVEXCOMPONENT_MOUSE_NONE = 0, OH_NATIVEXCOMPONENT_MOUSE_PRESS,&nbsp…
634 | OH_NATIVEXCOMPONENT_MOUSE_PRESS | 鼠标按键按下时触发鼠标事件。 |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp462 … mouseEventPoint.action = OH_NativeXComponent_MouseEventAction::OH_NATIVEXCOMPONENT_MOUSE_PRESS; in HandleMouseEvent()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__interface__xcomponent_8h.md48 …VEXCOMPONENT_MOUSE_NONE](_o_h___native_x_component.md) = 0, [OH_NATIVEXCOMPONENT_MOUSE_PRESS](_o_h…
H A D_o_h___native_x_component.md53 …nent_mouseeventaction) { OH_NATIVEXCOMPONENT_MOUSE_NONE = 0, OH_NATIVEXCOMPONENT_MOUSE_PRESS, OH_N…
632 | OH_NATIVEXCOMPONENT_MOUSE_PRESS | Mouse button press. |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1132 … mouseEventPoint.action = OH_NativeXComponent_MouseEventAction::OH_NATIVEXCOMPONENT_MOUSE_PRESS; in HandleMouseEvent()