harmony 鸿蒙OH_NativeXComponent_MouseEvent

  • 2023-06-24
  • 浏览 (384)

OH_NativeXComponent_MouseEvent

Overview

Describes the mouse event.

Since:

9

Related Modules:

Native XComponent

Summary

Member Variables

Name Description
x = 0.0 X coordinate of the clicked point relative to the upper left corner of the component.
y = 0.0 Y coordinate of the clicked point relative to the upper left corner of the component.
screenX = 0.0 X coordinate of the clicked point relative to the upper left corner of the screen.
screenY = 0.0 Y coordinate of the clicked point relative to the upper left corner of the screen.
timestamp = 0 Timestamp of the current mouse event.
action = OH_NativeXComponent_MouseEventAction::OH_NATIVEXCOMPONENT_MOUSE_NONE Current mouse event action.
button = OH_NativeXComponent_MouseEventButton::OH_NATIVEXCOMPONENT_NONE_BUTTON Mouse event button

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞