| 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;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice;
Method or attribute name: function setKeyboardRepeatDelay(delay: number): Promise\;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice;
Method or attribute name: function getKeyboardRepeatDelay(callback: AsyncCallback\): void;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice;
Method or attribute name: function getKeyboardRepeatDelay(): Promise\;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice;
Method or attribute name: function setKeyboardRepeatRate(rate: number, callback: AsyncCallback\): void;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice;
Method or attribute name: function setKeyboardRepeatRate(rate: number): Promise\;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice;
Method or attribute name: function getKeyboardRepeatRate(callback: AsyncCallback\): void;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice;
Method or attribute name: function getKeyboardRepeatRate(): Promise\;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputMonitor;
Method or attribute name: function on(type: 'pinch', receiver: Callback\): void;|@ohos.multimodalInput.inputMonitor.d.ts|
|Added|NA|Class name: inputMonitor;
Method or attribute name: function on(type: 'threeFingersSwipe', receiver: Callback\): void;|@ohos.multimodalInput.inputMonitor.d.ts|
|Added|NA|Class name: inputMonitor;
Method or attribute name: function on(type: 'fourFingersSwipe', receiver: Callback\): void;|@ohos.multimodalInput.inputMonitor.d.ts|
|Added|NA|Class name: inputMonitor;
Method or attribute name: function off(type: 'pinch', receiver?: Callback\): void;|@ohos.multimodalInput.inputMonitor.d.ts|
|Added|NA|Class name: inputMonitor;
Method or attribute name: function off(type: 'threeFingersSwipe', receiver?: Callback\): void;|@ohos.multimodalInput.inputMonitor.d.ts|
|Added|NA|Class name: inputMonitor;
Method or attribute name: function off(type: 'fourFingersSwipe', receiver?: Callback\): 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;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function setTouchpadScrollSwitch(state: boolean): Promise\;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadScrollSwitch(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadScrollSwitch(): Promise\;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function setTouchpadScrollDirection(state: boolean, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function setTouchpadScrollDirection(state: boolean): Promise\;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadScrollDirection(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadScrollDirection(): Promise\;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function setTouchpadTapSwitch(state: boolean, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function setTouchpadTapSwitch(state: boolean): Promise\;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadTapSwitch(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadTapSwitch(): Promise\;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function setTouchpadPointerSpeed(speed: number, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function setTouchpadPointerSpeed(speed: number): Promise\;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadPointerSpeed(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadPointerSpeed(): Promise\;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function setTouchpadPinchSwitch(state: boolean, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function setTouchpadPinchSwitch(state: boolean): Promise\;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadPinchSwitch(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadPinchSwitch(): Promise\;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function setTouchpadSwipeSwitch(state: boolean, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function setTouchpadSwipeSwitch(state: boolean): Promise\;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadSwipeSwitch(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadSwipeSwitch(): Promise\;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function setTouchpadRightClickType(type: RightClickType, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function setTouchpadRightClickType(type: RightClickType): Promise\;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadRightClickType(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: pointer;
Method or attribute name: function getTouchpadRightClickType(): Promise\;|@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;
Old version information: 401|Class name: pointer;
Method or attribute name: function setMousePrimaryButton(primary: PrimaryButton, callback: AsyncCallback\): 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\;
Old version information: 401|Class name: pointer;
Method or attribute name: function setMousePrimaryButton(primary: PrimaryButton): Promise\;
New version information: 202,401|@ohos.multimodalInput.pointer.d.ts|
|Error code changed|Class name: pointer;
Method or attribute name: function getMousePrimaryButton(callback: AsyncCallback\): void;
Old version information: 401|Class name: pointer;
Method or attribute name: function getMousePrimaryButton(callback: AsyncCallback\): void;
New version information: 202,401|@ohos.multimodalInput.pointer.d.ts|
|Error code changed|Class name: pointer;
Method or attribute name: function getMousePrimaryButton(): Promise\;
Old version information: 401|Class name: pointer;
Method or attribute name: function getMousePrimaryButton(): Promise\;
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;
Old version information: 401|Class name: pointer;
Method or attribute name: function setHoverScrollState(state: boolean, callback: AsyncCallback\): 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\;
Old version information: 401|Class name: pointer;
Method or attribute name: function setHoverScrollState(state: boolean): Promise\;
New version information: 202,401|@ohos.multimodalInput.pointer.d.ts|
|Error code changed|Class name: pointer;
Method or attribute name: function getHoverScrollState(callback: AsyncCallback\): void;
Old version information: 401|Class name: pointer;
Method or attribute name: function getHoverScrollState(callback: AsyncCallback\): void;
New version information: 202,401|@ohos.multimodalInput.pointer.d.ts|
|Error code changed|Class name: pointer;
Method or attribute name: function getHoverScrollState(): Promise\;
Old version information: 401|Class name: pointer;
Method or attribute name: function getHoverScrollState(): Promise\;
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;
Old version information: 401|Class name: pointer;
Method or attribute name: function setMouseScrollRows(rows: number, callback: AsyncCallback\): 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\;
Old version information: 401|Class name: pointer;
Method or attribute name: function setMouseScrollRows(rows: number): Promise\;
New version information: 202,401|@ohos.multimodalInput.pointer.d.ts|
|Error code changed|Class name: pointer;
Method or attribute name: function getMouseScrollRows(callback: AsyncCallback\): void;
Old version information: 401|Class name: pointer;
Method or attribute name: function getMouseScrollRows(callback: AsyncCallback\): void;
New version information: 202,401|@ohos.multimodalInput.pointer.d.ts|
|Error code changed|Class name: pointer;
Method or attribute name: function getMouseScrollRows(): Promise\;
Old version information: 401|Class name: pointer;
Method or attribute name: function getMouseScrollRows(): Promise\;
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;
Old version information: 401|Class name: shortKey;
Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number, callback: AsyncCallback\): 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\;
Old version information: 401|Class name: shortKey;
Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number): Promise\;
New version information: 202,401|@ohos.multimodalInput.shortKey.d.ts|