操作 旧版本 新版本 d.ts文件
新增 NA 类名:Pinch;
方法or属性:type: ActionType;
@ohos.multimodalInput.gestureEvent.d.ts
新增 NA 类名:ThreeFingersSwipe;
方法or属性:type: ActionType;
@ohos.multimodalInput.gestureEvent.d.ts
新增 NA 类名:FourFingersSwipe;
方法or属性:type: ActionType;
@ohos.multimodalInput.gestureEvent.d.ts
新增 NA 类名:Pinch;
方法or属性:scale: number;
@ohos.multimodalInput.gestureEvent.d.ts
新增 NA 类名:ThreeFingersSwipe;
方法or属性:x: number;
@ohos.multimodalInput.gestureEvent.d.ts
新增 NA 类名:FourFingersSwipe;
方法or属性:x: number;
@ohos.multimodalInput.gestureEvent.d.ts
新增 NA 类名:ThreeFingersSwipe;
方法or属性:y: number;
@ohos.multimodalInput.gestureEvent.d.ts
新增 NA 类名:FourFingersSwipe;
方法or属性:y: number;
@ohos.multimodalInput.gestureEvent.d.ts
新增 NA 类名:ActionType;
方法or属性:CANCEL = 0
@ohos.multimodalInput.gestureEvent.d.ts
新增 NA 类名:ActionType;
方法or属性:BEGIN = 1
@ohos.multimodalInput.gestureEvent.d.ts
新增 NA 类名:ActionType;
方法or属性:UPDATE = 2
@ohos.multimodalInput.gestureEvent.d.ts
新增 NA 类名:ActionType;
方法or属性:END = 3
@ohos.multimodalInput.gestureEvent.d.ts
新增 NA 类名:inputDevice;
方法or属性:function setKeyboardRepeatDelay(delay: number, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.inputDevice.d.ts
新增 NA 类名:inputDevice;
方法or属性:function setKeyboardRepeatDelay(delay: number): Promise<void>;
@ohos.multimodalInput.inputDevice.d.ts
新增 NA 类名:inputDevice;
方法or属性:function getKeyboardRepeatDelay(callback: AsyncCallback<number>): void;
@ohos.multimodalInput.inputDevice.d.ts
新增 NA 类名:inputDevice;
方法or属性:function getKeyboardRepeatDelay(): Promise<number>;
@ohos.multimodalInput.inputDevice.d.ts
新增 NA 类名:inputDevice;
方法or属性:function setKeyboardRepeatRate(rate: number, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.inputDevice.d.ts
新增 NA 类名:inputDevice;
方法or属性:function setKeyboardRepeatRate(rate: number): Promise<void>;
@ohos.multimodalInput.inputDevice.d.ts
新增 NA 类名:inputDevice;
方法or属性:function getKeyboardRepeatRate(callback: AsyncCallback<number>): void;
@ohos.multimodalInput.inputDevice.d.ts
新增 NA 类名:inputDevice;
方法or属性:function getKeyboardRepeatRate(): Promise<number>;
@ohos.multimodalInput.inputDevice.d.ts
新增 NA 类名:inputMonitor;
方法or属性:function on(type: 'pinch', receiver: Callback<Pinch>): void;
@ohos.multimodalInput.inputMonitor.d.ts
新增 NA 类名:inputMonitor;
方法or属性:function on(type: 'threeFingersSwipe', receiver: Callback<ThreeFingersSwipe>): void;
@ohos.multimodalInput.inputMonitor.d.ts
新增 NA 类名:inputMonitor;
方法or属性:function on(type: 'fourFingersSwipe', receiver: Callback<FourFingersSwipe>): void;
@ohos.multimodalInput.inputMonitor.d.ts
新增 NA 类名:inputMonitor;
方法or属性:function off(type: 'pinch', receiver?: Callback<Pinch>): void;
@ohos.multimodalInput.inputMonitor.d.ts
新增 NA 类名:inputMonitor;
方法or属性:function off(type: 'threeFingersSwipe', receiver?: Callback<ThreeFingersSwipe>): void;
@ohos.multimodalInput.inputMonitor.d.ts
新增 NA 类名:inputMonitor;
方法or属性:function off(type: 'fourFingersSwipe', receiver?: Callback<FourFingersSwipe>): void;
@ohos.multimodalInput.inputMonitor.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_UNKNOWN = -1
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_UP = 1
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_DOWN = 2
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_LEFT = 3
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_RIGHT = 4
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_SELECT = 5
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_ESCAPE = 6
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_BACK = 7
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_FORWARD = 8
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_MENU = 9
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_PAGE_UP = 11
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_PAGE_DOWN = 12
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_ZOOM_OUT = 13
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:IntentionCode;
方法or属性:INTENTION_ZOOM_IN = 14
@ohos.multimodalInput.intentionCode.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadScrollSwitch(state: boolean, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadScrollSwitch(state: boolean): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadScrollSwitch(callback: AsyncCallback<boolean>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadScrollSwitch(): Promise<boolean>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadScrollDirection(state: boolean, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadScrollDirection(state: boolean): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadScrollDirection(callback: AsyncCallback<boolean>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadScrollDirection(): Promise<boolean>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadTapSwitch(state: boolean, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadTapSwitch(state: boolean): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadTapSwitch(callback: AsyncCallback<boolean>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadTapSwitch(): Promise<boolean>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadPointerSpeed(speed: number, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadPointerSpeed(speed: number): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadPointerSpeed(callback: AsyncCallback<number>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadPointerSpeed(): Promise<number>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadPinchSwitch(state: boolean, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadPinchSwitch(state: boolean): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadPinchSwitch(callback: AsyncCallback<boolean>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadPinchSwitch(): Promise<boolean>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadSwipeSwitch(state: boolean, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadSwipeSwitch(state: boolean): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadSwipeSwitch(callback: AsyncCallback<boolean>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadSwipeSwitch(): Promise<boolean>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadRightClickType(type: RightClickType, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function setTouchpadRightClickType(type: RightClickType): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadRightClickType(callback: AsyncCallback<RightClickType>): void;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:pointer;
方法or属性:function getTouchpadRightClickType(): Promise<RightClickType>;
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:PointerStyle;
方法or属性:HORIZONTAL_TEXT_CURSOR
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:PointerStyle;
方法or属性:CURSOR_CROSS
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:PointerStyle;
方法or属性:CURSOR_CIRCLE
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:RightClickType;
方法or属性:TOUCHPAD_RIGHT_BUTTON = 1
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:RightClickType;
方法or属性:TOUCHPAD_LEFT_BUTTON = 2
@ohos.multimodalInput.pointer.d.ts
新增 NA 类名:RightClickType;
方法or属性:TOUCHPAD_TWO_FINGER_TAP = 3
@ohos.multimodalInput.pointer.d.ts
错误码有变化 类名:pointer;
方法or属性:function setMousePrimaryButton(primary: PrimaryButton, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:pointer;
方法or属性:function setMousePrimaryButton(primary: PrimaryButton, callback: AsyncCallback<void>): void;
新版本信息:202,401
@ohos.multimodalInput.pointer.d.ts
错误码有变化 类名:pointer;
方法or属性:function setMousePrimaryButton(primary: PrimaryButton): Promise<void>;
旧版本信息:401
类名:pointer;
方法or属性:function setMousePrimaryButton(primary: PrimaryButton): Promise<void>;
新版本信息:202,401
@ohos.multimodalInput.pointer.d.ts
错误码有变化 类名:pointer;
方法or属性:function getMousePrimaryButton(callback: AsyncCallback<PrimaryButton>): void;
旧版本信息:401
类名:pointer;
方法or属性:function getMousePrimaryButton(callback: AsyncCallback<PrimaryButton>): void;
新版本信息:202,401
@ohos.multimodalInput.pointer.d.ts
错误码有变化 类名:pointer;
方法or属性:function getMousePrimaryButton(): Promise<PrimaryButton>;
旧版本信息:401
类名:pointer;
方法or属性:function getMousePrimaryButton(): Promise<PrimaryButton>;
新版本信息:202,401
@ohos.multimodalInput.pointer.d.ts
错误码有变化 类名:pointer;
方法or属性:function setHoverScrollState(state: boolean, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:pointer;
方法or属性:function setHoverScrollState(state: boolean, callback: AsyncCallback<void>): void;
新版本信息:202,401
@ohos.multimodalInput.pointer.d.ts
错误码有变化 类名:pointer;
方法or属性:function setHoverScrollState(state: boolean): Promise<void>;
旧版本信息:401
类名:pointer;
方法or属性:function setHoverScrollState(state: boolean): Promise<void>;
新版本信息:202,401
@ohos.multimodalInput.pointer.d.ts
错误码有变化 类名:pointer;
方法or属性:function getHoverScrollState(callback: AsyncCallback<boolean>): void;
旧版本信息:401
类名:pointer;
方法or属性:function getHoverScrollState(callback: AsyncCallback<boolean>): void;
新版本信息:202,401
@ohos.multimodalInput.pointer.d.ts
错误码有变化 类名:pointer;
方法or属性:function getHoverScrollState(): Promise<boolean>;
旧版本信息:401
类名:pointer;
方法or属性:function getHoverScrollState(): Promise<boolean>;
新版本信息:202,401
@ohos.multimodalInput.pointer.d.ts
错误码有变化 类名:pointer;
方法or属性:function setMouseScrollRows(rows: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:pointer;
方法or属性:function setMouseScrollRows(rows: number, callback: AsyncCallback<void>): void;
新版本信息:202,401
@ohos.multimodalInput.pointer.d.ts
错误码有变化 类名:pointer;
方法or属性:function setMouseScrollRows(rows: number): Promise<void>;
旧版本信息:401
类名:pointer;
方法or属性:function setMouseScrollRows(rows: number): Promise<void>;
新版本信息:202,401
@ohos.multimodalInput.pointer.d.ts
错误码有变化 类名:pointer;
方法or属性:function getMouseScrollRows(callback: AsyncCallback<number>): void;
旧版本信息:401
类名:pointer;
方法or属性:function getMouseScrollRows(callback: AsyncCallback<number>): void;
新版本信息:202,401
@ohos.multimodalInput.pointer.d.ts
错误码有变化 类名:pointer;
方法or属性:function getMouseScrollRows(): Promise<number>;
旧版本信息:401
类名:pointer;
方法or属性:function getMouseScrollRows(): Promise<number>;
新版本信息:202,401
@ohos.multimodalInput.pointer.d.ts
错误码有变化 类名:shortKey;
方法or属性:function setKeyDownDuration(businessKey: string, delay: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:shortKey;
方法or属性:function setKeyDownDuration(businessKey: string, delay: number, callback: AsyncCallback<void>): void;
新版本信息:202,401
@ohos.multimodalInput.shortKey.d.ts
错误码有变化 类名:shortKey;
方法or属性:function setKeyDownDuration(businessKey: string, delay: number): Promise<void>;
旧版本信息:401
类名:shortKey;
方法or属性:function setKeyDownDuration(businessKey: string, delay: number): Promise<void>;
新版本信息:202,401
@ohos.multimodalInput.shortKey.d.ts