add interface

Signed-off-by: hungry_feiwei <huxiao31@huawei.com>
This commit is contained in:
hungry_feiwei 2022-05-11 09:16:18 +08:00
parent 7c78652b5e
commit 7dd713941e
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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;
/** /**