js-apis-mouseevent.md 4.3 KB
Newer Older
1
# @ohos.multimodalInput.mouseEvent (鼠标输入事件)
S
shaoziyun 已提交
2

S
shaoziyun 已提交
3
设备上报的鼠标事件。
S
shaoziyun 已提交
4

H
HelloCrease 已提交
5
>  **说明:**
6
>
S
m11  
shaoziyun 已提交
7 8 9 10
> 本模块首批接口从API version 9开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。

## 导入模块

S
shaoziyun 已提交
11
```js
M
mayunteng_1 已提交
12
import { Action, Button, Axis, AxisValue, MouseEvent } from '@ohos.multimodalInput.mouseEvent';
S
m11  
shaoziyun 已提交
13 14
```

S
shaoziyun 已提交
15
## Action
S
m11  
shaoziyun 已提交
16

H
HelloCrease 已提交
17
**系统能力**:SystemCapability.MultimodalInput.Input.Core
S
m11  
shaoziyun 已提交
18

M
mayunteng_1 已提交
19 20 21 22 23 24 25 26 27
| 名称        | 值 | 说明                 |
| ----------- | -------- | -------------------- |
| CANCEL      | 0   | 取消             |
| MOVE        | 1   | 鼠标移动             |
| BUTTON_DOWN | 2   | 鼠标按钮按下         |
| BUTTON_UP   | 3   | 鼠标按钮抬起         |
| AXIS_BEGIN  | 4   | 鼠标轴事件开始 |
| AXIS_UPDATE | 5   | 鼠标轴事件更新 |
| AXIS_END    | 6   | 鼠标轴事件结束 |
S
m11  
shaoziyun 已提交
28 29


S
shaoziyun 已提交
30
## Button
S
m11  
shaoziyun 已提交
31

H
HelloCrease 已提交
32
**系统能力**:SystemCapability.MultimodalInput.Input.Core
S
m11  
shaoziyun 已提交
33

M
mayunteng_1 已提交
34 35 36 37 38 39 40 41 42 43
| 名称      | 值  | 说明    |
| ------- | ------| ----- |
| LEFT    | 0 | 鼠标左键  |
| MIDDLE  | 1 | 鼠标中键  |
| RIGHT   | 2 | 鼠标右键  |
| SIDE    | 3 | 鼠标侧边键 |
| EXTRA   | 4 | 鼠标扩展键 |
| FORWARD | 5 | 鼠标前进键 |
| BACK    | 6 | 鼠标后退键 |
| TASK    | 7 | 鼠标任务键 |
S
m11  
shaoziyun 已提交
44

S
shaoziyun 已提交
45
## Axis
S
m11  
shaoziyun 已提交
46

H
HelloCrease 已提交
47
**系统能力**:SystemCapability.MultimodalInput.Input.Core
S
m11  
shaoziyun 已提交
48

M
mayunteng_1 已提交
49 50 51 52 53
| 名称                | 值     | 说明    |
| ----------------- | ------- | ----- |
| SCROLL_VERTICAL   | 0 | 垂直滚动轴 |
| SCROLL_HORIZONTAL | 1 | 水平滚动轴 |
| PINCH             | 2 | 捏合轴   |
S
m11  
shaoziyun 已提交
54 55


S
shaoziyun 已提交
56
## AxisValue
S
m11  
shaoziyun 已提交
57

H
HelloCrease 已提交
58
**系统能力**:SystemCapability.MultimodalInput.Input.Core
S
m11  
shaoziyun 已提交
59

M
mayunteng_1 已提交
60
| 名称    | 类型   | 可读   | 可写   | 说明   |
H
HelloCrease 已提交
61 62 63
| ----- | ------ | ---- | ---- | ---- |
| axis  | Axis   | 是    | 否    | 轴类型  |
| value | number | 是    | 否    | 轴的值  |
S
m11  
shaoziyun 已提交
64 65


S
shaoziyun 已提交
66
## MouseEvent
S
m11  
shaoziyun 已提交
67

H
HelloCrease 已提交
68 69
**系统能力**:SystemCapability.MultimodalInput.Input.Core

M
mayunteng_1 已提交
70
| 名称             | 类型        | 可读   | 可写   | 说明                                       |
H
HelloCrease 已提交
71 72
| -------------- | ----------- | ---- | ---- | ---------------------------------------- |
| action         | Action      | 是    | 否    | 鼠标事件动作                                   |
M
mayunteng_1 已提交
73 74 75 76 77 78 79 80
| screenX        | number      | 是    | 否    | 鼠标光标在屏幕中的横坐标                             |
| screenY        | number      | 是    | 否    | 鼠标光标在屏幕中的纵坐标                             |
| windowX        | number      | 是    | 否    | 鼠标所在窗口的横坐标                               |
| windowY        | number      | 是    | 否    | 鼠标所在窗口的纵坐标                               |
| rawDeltaX      | number      | 是    | 否    | 鼠标本次操作横坐标偏移值 |
| rawDeltaY      | number      | 是    | 否    | 鼠标本次操作纵坐标偏移值                          |
| button         | Button      | 是    | 否    | 鼠标按钮                               
| pressedButtons | Button[]    | 是    | 否    | 当前处于按下状态的鼠标按钮                              |
H
HelloCrease 已提交
81 82 83 84 85 86 87 88 89 90
| axes           | AxisValue[] | 是    | 否    | 事件包含的所有轴数据                               |
| pressedKeys    | KeyCode[]   | 是    | 否    | 当前处于按下状态的按键列表                            |
| ctrlKey        | boolean     | 是    | 否    | 当前ctrlKey是否处于按下状态                        |
| altKey         | boolean     | 是    | 否    | 当前altKey是否处于按下状态                         |
| shiftKey       | boolean     | 是    | 否    | 当前shiftKey是否处于按下状态                       |
| logoKey        | boolean     | 是    | 否    | 当前logoKey是否处于按下状态                        |
| fnKey          | boolean     | 是    | 否    | 当前fnKey是否处于按下状态                          |
| capsLock       | boolean     | 是    | 否    | 当前capsLock是否处于激活状态                       |
| numLock        | boolean     | 是    | 否    | 当前numLock是否处于激活状态                        |
| scrollLock     | boolean     | 是    | 否    | 当前scrollLock是否处于激活状态                     |