mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 15:20:17 +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
|
* @syscap SystemCapability.MultimodalInput.Input.Core
|
||||||
* @import import KeyEvent from '@ohos.multimodalInput.keyEvent';
|
* @import import KeyEvent from '@ohos.multimodalInput.keyEvent';
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export declare enum Action {
|
export declare enum Action {
|
||||||
/**
|
/**
|
||||||
* cancel
|
* 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
|
* the center point y of the tool area
|
||||||
*/
|
*/
|
||||||
// 工具区域的中心点Y
|
|
||||||
toolY: number;
|
toolY: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* tool area width
|
* tool area width
|
||||||
*/
|
*/
|
||||||
// 工具区域宽度
|
|
||||||
toolWidth: number;
|
toolWidth: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user