Change Type Old Version New Version d.ts File
Added NA Class name: Pinch;
Method or attribute name: type: ActionType;
@ohos.multimodalInput.gestureEvent.d.ts
Added NA Class name: ThreeFingersSwipe;
Method or attribute name: type: ActionType;
@ohos.multimodalInput.gestureEvent.d.ts
Added NA Class name: FourFingersSwipe;
Method or attribute name: type: ActionType;
@ohos.multimodalInput.gestureEvent.d.ts
Added NA Class name: Pinch;
Method or attribute name: scale: number;
@ohos.multimodalInput.gestureEvent.d.ts
Added NA Class name: ThreeFingersSwipe;
Method or attribute name: x: number;
@ohos.multimodalInput.gestureEvent.d.ts
Added NA Class name: FourFingersSwipe;
Method or attribute name: x: number;
@ohos.multimodalInput.gestureEvent.d.ts
Added NA Class name: ThreeFingersSwipe;
Method or attribute name: y: number;
@ohos.multimodalInput.gestureEvent.d.ts
Added NA Class name: FourFingersSwipe;
Method or attribute name: y: number;
@ohos.multimodalInput.gestureEvent.d.ts
Added NA Class name: ActionType;
Method or attribute name: CANCEL = 0
@ohos.multimodalInput.gestureEvent.d.ts
Added NA Class name: ActionType;
Method or attribute name: BEGIN = 1
@ohos.multimodalInput.gestureEvent.d.ts
Added NA Class name: ActionType;
Method or attribute name: UPDATE = 2
@ohos.multimodalInput.gestureEvent.d.ts
Added NA Class name: ActionType;
Method or attribute name: END = 3
@ohos.multimodalInput.gestureEvent.d.ts
Added NA Class name: inputDevice;
Method or attribute name: function setKeyboardRepeatDelay(delay: number, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.inputDevice.d.ts
Added NA Class name: inputDevice;
Method or attribute name: function setKeyboardRepeatDelay(delay: number): Promise<void>;
@ohos.multimodalInput.inputDevice.d.ts
Added NA Class name: inputDevice;
Method or attribute name: function getKeyboardRepeatDelay(callback: AsyncCallback<number>): void;
@ohos.multimodalInput.inputDevice.d.ts
Added NA Class name: inputDevice;
Method or attribute name: function getKeyboardRepeatDelay(): Promise<number>;
@ohos.multimodalInput.inputDevice.d.ts
Added NA Class name: inputDevice;
Method or attribute name: function setKeyboardRepeatRate(rate: number, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.inputDevice.d.ts
Added NA Class name: inputDevice;
Method or attribute name: function setKeyboardRepeatRate(rate: number): Promise<void>;
@ohos.multimodalInput.inputDevice.d.ts
Added NA Class name: inputDevice;
Method or attribute name: function getKeyboardRepeatRate(callback: AsyncCallback<number>): void;
@ohos.multimodalInput.inputDevice.d.ts
Added NA Class name: inputDevice;
Method or attribute name: function getKeyboardRepeatRate(): Promise<number>;
@ohos.multimodalInput.inputDevice.d.ts
Added NA Class name: inputMonitor;
Method or attribute name: function on(type: 'pinch', receiver: Callback<Pinch>): void;
@ohos.multimodalInput.inputMonitor.d.ts
Added NA Class name: inputMonitor;
Method or attribute name: function on(type: 'threeFingersSwipe', receiver: Callback<ThreeFingersSwipe>): void;
@ohos.multimodalInput.inputMonitor.d.ts
Added NA Class name: inputMonitor;
Method or attribute name: function on(type: 'fourFingersSwipe', receiver: Callback<FourFingersSwipe>): void;
@ohos.multimodalInput.inputMonitor.d.ts
Added NA Class name: inputMonitor;
Method or attribute name: function off(type: 'pinch', receiver?: Callback<Pinch>): void;
@ohos.multimodalInput.inputMonitor.d.ts
Added NA Class name: inputMonitor;
Method or attribute name: function off(type: 'threeFingersSwipe', receiver?: Callback<ThreeFingersSwipe>): void;
@ohos.multimodalInput.inputMonitor.d.ts
Added NA Class name: inputMonitor;
Method or attribute name: function off(type: 'fourFingersSwipe', receiver?: Callback<FourFingersSwipe>): void;
@ohos.multimodalInput.inputMonitor.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_UNKNOWN = -1
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_UP = 1
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_DOWN = 2
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_LEFT = 3
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_RIGHT = 4
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_SELECT = 5
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_ESCAPE = 6
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_BACK = 7
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_FORWARD = 8
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_MENU = 9
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_PAGE_UP = 11
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_PAGE_DOWN = 12
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_ZOOM_OUT = 13
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: IntentionCode;
Method or attribute name: INTENTION_ZOOM_IN = 14
@ohos.multimodalInput.intentionCode.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadScrollSwitch(state: boolean, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadScrollSwitch(state: boolean): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadScrollSwitch(callback: AsyncCallback<boolean>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadScrollSwitch(): Promise<boolean>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadScrollDirection(state: boolean, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadScrollDirection(state: boolean): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadScrollDirection(callback: AsyncCallback<boolean>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadScrollDirection(): Promise<boolean>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadTapSwitch(state: boolean, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadTapSwitch(state: boolean): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadTapSwitch(callback: AsyncCallback<boolean>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadTapSwitch(): Promise<boolean>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadPointerSpeed(speed: number, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadPointerSpeed(speed: number): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadPointerSpeed(callback: AsyncCallback<number>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadPointerSpeed(): Promise<number>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadPinchSwitch(state: boolean, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadPinchSwitch(state: boolean): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadPinchSwitch(callback: AsyncCallback<boolean>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadPinchSwitch(): Promise<boolean>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadSwipeSwitch(state: boolean, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadSwipeSwitch(state: boolean): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadSwipeSwitch(callback: AsyncCallback<boolean>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadSwipeSwitch(): Promise<boolean>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadRightClickType(type: RightClickType, callback: AsyncCallback<void>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function setTouchpadRightClickType(type: RightClickType): Promise<void>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadRightClickType(callback: AsyncCallback<RightClickType>): void;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: pointer;
Method or attribute name: function getTouchpadRightClickType(): Promise<RightClickType>;
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: PointerStyle;
Method or attribute name: HORIZONTAL_TEXT_CURSOR
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: PointerStyle;
Method or attribute name: CURSOR_CROSS
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: PointerStyle;
Method or attribute name: CURSOR_CIRCLE
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: RightClickType;
Method or attribute name: TOUCHPAD_RIGHT_BUTTON = 1
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: RightClickType;
Method or attribute name: TOUCHPAD_LEFT_BUTTON = 2
@ohos.multimodalInput.pointer.d.ts
Added NA Class name: RightClickType;
Method or attribute name: TOUCHPAD_TWO_FINGER_TAP = 3
@ohos.multimodalInput.pointer.d.ts
Error code changed Class name: pointer;
Method or attribute name: function setMousePrimaryButton(primary: PrimaryButton, callback: AsyncCallback<void>): void;
Old version information: 401
Class name: pointer;
Method or attribute name: function setMousePrimaryButton(primary: PrimaryButton, callback: AsyncCallback<void>): void;
New version information: 202,401
@ohos.multimodalInput.pointer.d.ts
Error code changed Class name: pointer;
Method or attribute name: function setMousePrimaryButton(primary: PrimaryButton): Promise<void>;
Old version information: 401
Class name: pointer;
Method or attribute name: function setMousePrimaryButton(primary: PrimaryButton): Promise<void>;
New version information: 202,401
@ohos.multimodalInput.pointer.d.ts
Error code changed Class name: pointer;
Method or attribute name: function getMousePrimaryButton(callback: AsyncCallback<PrimaryButton>): void;
Old version information: 401
Class name: pointer;
Method or attribute name: function getMousePrimaryButton(callback: AsyncCallback<PrimaryButton>): void;
New version information: 202,401
@ohos.multimodalInput.pointer.d.ts
Error code changed Class name: pointer;
Method or attribute name: function getMousePrimaryButton(): Promise<PrimaryButton>;
Old version information: 401
Class name: pointer;
Method or attribute name: function getMousePrimaryButton(): Promise<PrimaryButton>;
New version information: 202,401
@ohos.multimodalInput.pointer.d.ts
Error code changed Class name: pointer;
Method or attribute name: function setHoverScrollState(state: boolean, callback: AsyncCallback<void>): void;
Old version information: 401
Class name: pointer;
Method or attribute name: function setHoverScrollState(state: boolean, callback: AsyncCallback<void>): void;
New version information: 202,401
@ohos.multimodalInput.pointer.d.ts
Error code changed Class name: pointer;
Method or attribute name: function setHoverScrollState(state: boolean): Promise<void>;
Old version information: 401
Class name: pointer;
Method or attribute name: function setHoverScrollState(state: boolean): Promise<void>;
New version information: 202,401
@ohos.multimodalInput.pointer.d.ts
Error code changed Class name: pointer;
Method or attribute name: function getHoverScrollState(callback: AsyncCallback<boolean>): void;
Old version information: 401
Class name: pointer;
Method or attribute name: function getHoverScrollState(callback: AsyncCallback<boolean>): void;
New version information: 202,401
@ohos.multimodalInput.pointer.d.ts
Error code changed Class name: pointer;
Method or attribute name: function getHoverScrollState(): Promise<boolean>;
Old version information: 401
Class name: pointer;
Method or attribute name: function getHoverScrollState(): Promise<boolean>;
New version information: 202,401
@ohos.multimodalInput.pointer.d.ts
Error code changed Class name: pointer;
Method or attribute name: function setMouseScrollRows(rows: number, callback: AsyncCallback<void>): void;
Old version information: 401
Class name: pointer;
Method or attribute name: function setMouseScrollRows(rows: number, callback: AsyncCallback<void>): void;
New version information: 202,401
@ohos.multimodalInput.pointer.d.ts
Error code changed Class name: pointer;
Method or attribute name: function setMouseScrollRows(rows: number): Promise<void>;
Old version information: 401
Class name: pointer;
Method or attribute name: function setMouseScrollRows(rows: number): Promise<void>;
New version information: 202,401
@ohos.multimodalInput.pointer.d.ts
Error code changed Class name: pointer;
Method or attribute name: function getMouseScrollRows(callback: AsyncCallback<number>): void;
Old version information: 401
Class name: pointer;
Method or attribute name: function getMouseScrollRows(callback: AsyncCallback<number>): void;
New version information: 202,401
@ohos.multimodalInput.pointer.d.ts
Error code changed Class name: pointer;
Method or attribute name: function getMouseScrollRows(): Promise<number>;
Old version information: 401
Class name: pointer;
Method or attribute name: function getMouseScrollRows(): Promise<number>;
New version information: 202,401
@ohos.multimodalInput.pointer.d.ts
Error code changed Class name: shortKey;
Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number, callback: AsyncCallback<void>): void;
Old version information: 401
Class name: shortKey;
Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number, callback: AsyncCallback<void>): void;
New version information: 202,401
@ohos.multimodalInput.shortKey.d.ts
Error code changed Class name: shortKey;
Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number): Promise<void>;
Old version information: 401
Class name: shortKey;
Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number): Promise<void>;
New version information: 202,401
@ohos.multimodalInput.shortKey.d.ts