mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
add interface
Signed-off-by: hungry_feiwei <huxiao31@huawei.com>
This commit is contained in:
parent
7c78652b5e
commit
7dd713941e
1
api/@ohos.multimodalInput.keyEvent.d.ts
vendored
1
api/@ohos.multimodalInput.keyEvent.d.ts
vendored
@ -21,7 +21,6 @@ import { KeyCode } from "./@ohos.multimodalInput.keyCode"
|
||||
* @syscap SystemCapability.MultimodalInput.Input.Core
|
||||
* @import import KeyEvent from '@ohos.multimodalInput.keyEvent';
|
||||
*/
|
||||
|
||||
export declare enum Action {
|
||||
/**
|
||||
* cancel
|
||||
|
2
api/@ohos.multimodalInput.touchEvent.d.ts
vendored
2
api/@ohos.multimodalInput.touchEvent.d.ts
vendored
@ -164,13 +164,11 @@ export declare interface Touch {
|
||||
/**
|
||||
* the center point y of the tool area
|
||||
*/
|
||||
// 工具区域的中心点Y
|
||||
toolY: number;
|
||||
|
||||
/**
|
||||
* tool area width
|
||||
*/
|
||||
// 工具区域宽度
|
||||
toolWidth: number;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user