The Mouse class is used to control the style of the mouse cursor.

Mouse 类用于控制鼠标光标的样式。

构造函数

访问器

方法

构造函数

访问器

  • get cursor(): string

    返回 string

    The current style of the mouse cursor.

    当前鼠标光标的样式。

  • set cursor(cursorStr: string): void

    参数

    • cursorStr: string

      The cursor style string. For example: auto | move | no-drop | col-resize | all-scroll | pointer | not-allowed | row-resize | crosshair | progress | e-resize | ne-resize | default | text | n-resize | nw-resize | help | vertical-text | s-resize | se-resize | inherit | wait | w-resize | sw-resize

    返回 void

    Sets the style of the mouse cursor.

    设置鼠标样式

方法