Home
last modified time | relevance | path

Searched refs:OH_NATIVEXCOMPONENT_NONE_BUTTON (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_o_h___native_x_component___mouse_event.md26 …component.md#button) = OH_NativeXComponent_MouseEventButton::OH_NATIVEXCOMPONENT_NONE_BUTTON| 鼠标事…
H A Dnative__interface__xcomponent_8h.md51 …_x_component.md#oh_nativexcomponent_mouseeventbutton) {<br/>[OH_NATIVEXCOMPONENT_NONE_BUTTON](_o_h…
H A D_o_h___native_x_component.md54 …entButton](#oh_nativexcomponent_mouseeventbutton)&nbsp;{<br/>OH_NATIVEXCOMPONENT_NONE_BUTTON&nbsp;…
132 …utton](#button)=&nbsp;[OH_NativeXComponent_MouseEventButton::OH_NATIVEXCOMPONENT_NONE_BUTTON](#oh_…
655 | OH_NATIVEXCOMPONENT_NONE_BUTTON | 鼠标无按键操作时触发鼠标事件。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_o_h___native_x_component___mouse_event.md30 | [button = OH_NativeXComponent_MouseEventButton::OH_NATIVEXCOMPONENT_NONE_BUTTON](_o_h___native_x_…
H A Dnative__interface__xcomponent_8h.md49 …e_x_component.md#oh_nativexcomponent_mouseeventbutton) {<br>[OH_NATIVEXCOMPONENT_NONE_BUTTON](_o_h…
H A D_o_h___native_x_component.md54 …ouseEventButton](#oh_nativexcomponent_mouseeventbutton) {<br>OH_NATIVEXCOMPONENT_NONE_BUTTON = 0, …
130 …nt::button](#button)= [OH_NativeXComponent_MouseEventButton::OH_NATIVEXCOMPONENT_NONE_BUTTON](#oh_…
653 | OH_NATIVEXCOMPONENT_NONE_BUTTON | No button. |
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h157 OH_NATIVEXCOMPONENT_NONE_BUTTON = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp491 … mouseEventPoint.button = OH_NativeXComponent_MouseEventButton::OH_NATIVEXCOMPONENT_NONE_BUTTON; in HandleMouseEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1161 … mouseEventPoint.button = OH_NativeXComponent_MouseEventButton::OH_NATIVEXCOMPONENT_NONE_BUTTON; in HandleMouseEvent()