Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h159 OH_NATIVEXCOMPONENT_RIGHT_BUTTON = 0x02, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__interface__xcomponent_8h.md51 …MPONENT_LEFT_BUTTON](_o_h___native_x_component.md) = 0x01, [OH_NATIVEXCOMPONENT_RIGHT_BUTTON](_o_h…
H A D_o_h___native_x_component.md54 …nbsp;OH_NATIVEXCOMPONENT_LEFT_BUTTON = 0x01, OH_NATIVEXCOMPONENT_RIGHT_BUTTON …
657 | OH_NATIVEXCOMPONENT_RIGHT_BUTTON | 按下鼠标右键时触发鼠标事件。 |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp479 … mouseEventPoint.button = OH_NativeXComponent_MouseEventButton::OH_NATIVEXCOMPONENT_RIGHT_BUTTON; in HandleMouseEvent()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__interface__xcomponent_8h.md49 …MPONENT_LEFT_BUTTON](_o_h___native_x_component.md) = 0x01, [OH_NATIVEXCOMPONENT_RIGHT_BUTTON](_o_h…
H A D_o_h___native_x_component.md54 …NT_NONE_BUTTON = 0, OH_NATIVEXCOMPONENT_LEFT_BUTTON = 0x01, OH_NATIVEXCOMPONENT_RIGHT_BUTTON = 0x0…
655 | OH_NATIVEXCOMPONENT_RIGHT_BUTTON | Right mouse button. |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1149 … mouseEventPoint.button = OH_NativeXComponent_MouseEventButton::OH_NATIVEXCOMPONENT_RIGHT_BUTTON; in HandleMouseEvent()