| 操作 | 旧版本 | 新版本 | 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;|@ohos.multimodalInput.inputDevice.d.ts| |新增|NA|类名:inputDevice;
方法or属性:function setKeyboardRepeatDelay(delay: number): Promise\;|@ohos.multimodalInput.inputDevice.d.ts| |新增|NA|类名:inputDevice;
方法or属性:function getKeyboardRepeatDelay(callback: AsyncCallback\): void;|@ohos.multimodalInput.inputDevice.d.ts| |新增|NA|类名:inputDevice;
方法or属性:function getKeyboardRepeatDelay(): Promise\;|@ohos.multimodalInput.inputDevice.d.ts| |新增|NA|类名:inputDevice;
方法or属性:function setKeyboardRepeatRate(rate: number, callback: AsyncCallback\): void;|@ohos.multimodalInput.inputDevice.d.ts| |新增|NA|类名:inputDevice;
方法or属性:function setKeyboardRepeatRate(rate: number): Promise\;|@ohos.multimodalInput.inputDevice.d.ts| |新增|NA|类名:inputDevice;
方法or属性:function getKeyboardRepeatRate(callback: AsyncCallback\): void;|@ohos.multimodalInput.inputDevice.d.ts| |新增|NA|类名:inputDevice;
方法or属性:function getKeyboardRepeatRate(): Promise\;|@ohos.multimodalInput.inputDevice.d.ts| |新增|NA|类名:inputMonitor;
方法or属性:function on(type: 'pinch', receiver: Callback\): void;|@ohos.multimodalInput.inputMonitor.d.ts| |新增|NA|类名:inputMonitor;
方法or属性:function on(type: 'threeFingersSwipe', receiver: Callback\): void;|@ohos.multimodalInput.inputMonitor.d.ts| |新增|NA|类名:inputMonitor;
方法or属性:function on(type: 'fourFingersSwipe', receiver: Callback\): void;|@ohos.multimodalInput.inputMonitor.d.ts| |新增|NA|类名:inputMonitor;
方法or属性:function off(type: 'pinch', receiver?: Callback\): void;|@ohos.multimodalInput.inputMonitor.d.ts| |新增|NA|类名:inputMonitor;
方法or属性:function off(type: 'threeFingersSwipe', receiver?: Callback\): void;|@ohos.multimodalInput.inputMonitor.d.ts| |新增|NA|类名:inputMonitor;
方法or属性:function off(type: 'fourFingersSwipe', receiver?: Callback\): 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;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function setTouchpadScrollSwitch(state: boolean): Promise\;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadScrollSwitch(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadScrollSwitch(): Promise\;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function setTouchpadScrollDirection(state: boolean, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function setTouchpadScrollDirection(state: boolean): Promise\;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadScrollDirection(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadScrollDirection(): Promise\;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function setTouchpadTapSwitch(state: boolean, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function setTouchpadTapSwitch(state: boolean): Promise\;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadTapSwitch(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadTapSwitch(): Promise\;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function setTouchpadPointerSpeed(speed: number, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function setTouchpadPointerSpeed(speed: number): Promise\;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadPointerSpeed(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadPointerSpeed(): Promise\;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function setTouchpadPinchSwitch(state: boolean, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function setTouchpadPinchSwitch(state: boolean): Promise\;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadPinchSwitch(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadPinchSwitch(): Promise\;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function setTouchpadSwipeSwitch(state: boolean, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function setTouchpadSwipeSwitch(state: boolean): Promise\;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadSwipeSwitch(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadSwipeSwitch(): Promise\;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function setTouchpadRightClickType(type: RightClickType, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function setTouchpadRightClickType(type: RightClickType): Promise\;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadRightClickType(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| |新增|NA|类名:pointer;
方法or属性:function getTouchpadRightClickType(): Promise\;|@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;
旧版本信息:401|类名:pointer;
方法or属性:function setMousePrimaryButton(primary: PrimaryButton, callback: AsyncCallback\): void;
新版本信息:202,401|@ohos.multimodalInput.pointer.d.ts| |错误码有变化|类名:pointer;
方法or属性:function setMousePrimaryButton(primary: PrimaryButton): Promise\;
旧版本信息:401|类名:pointer;
方法or属性:function setMousePrimaryButton(primary: PrimaryButton): Promise\;
新版本信息:202,401|@ohos.multimodalInput.pointer.d.ts| |错误码有变化|类名:pointer;
方法or属性:function getMousePrimaryButton(callback: AsyncCallback\): void;
旧版本信息:401|类名:pointer;
方法or属性:function getMousePrimaryButton(callback: AsyncCallback\): void;
新版本信息:202,401|@ohos.multimodalInput.pointer.d.ts| |错误码有变化|类名:pointer;
方法or属性:function getMousePrimaryButton(): Promise\;
旧版本信息:401|类名:pointer;
方法or属性:function getMousePrimaryButton(): Promise\;
新版本信息:202,401|@ohos.multimodalInput.pointer.d.ts| |错误码有变化|类名:pointer;
方法or属性:function setHoverScrollState(state: boolean, callback: AsyncCallback\): void;
旧版本信息:401|类名:pointer;
方法or属性:function setHoverScrollState(state: boolean, callback: AsyncCallback\): void;
新版本信息:202,401|@ohos.multimodalInput.pointer.d.ts| |错误码有变化|类名:pointer;
方法or属性:function setHoverScrollState(state: boolean): Promise\;
旧版本信息:401|类名:pointer;
方法or属性:function setHoverScrollState(state: boolean): Promise\;
新版本信息:202,401|@ohos.multimodalInput.pointer.d.ts| |错误码有变化|类名:pointer;
方法or属性:function getHoverScrollState(callback: AsyncCallback\): void;
旧版本信息:401|类名:pointer;
方法or属性:function getHoverScrollState(callback: AsyncCallback\): void;
新版本信息:202,401|@ohos.multimodalInput.pointer.d.ts| |错误码有变化|类名:pointer;
方法or属性:function getHoverScrollState(): Promise\;
旧版本信息:401|类名:pointer;
方法or属性:function getHoverScrollState(): Promise\;
新版本信息:202,401|@ohos.multimodalInput.pointer.d.ts| |错误码有变化|类名:pointer;
方法or属性:function setMouseScrollRows(rows: number, callback: AsyncCallback\): void;
旧版本信息:401|类名:pointer;
方法or属性:function setMouseScrollRows(rows: number, callback: AsyncCallback\): void;
新版本信息:202,401|@ohos.multimodalInput.pointer.d.ts| |错误码有变化|类名:pointer;
方法or属性:function setMouseScrollRows(rows: number): Promise\;
旧版本信息:401|类名:pointer;
方法or属性:function setMouseScrollRows(rows: number): Promise\;
新版本信息:202,401|@ohos.multimodalInput.pointer.d.ts| |错误码有变化|类名:pointer;
方法or属性:function getMouseScrollRows(callback: AsyncCallback\): void;
旧版本信息:401|类名:pointer;
方法or属性:function getMouseScrollRows(callback: AsyncCallback\): void;
新版本信息:202,401|@ohos.multimodalInput.pointer.d.ts| |错误码有变化|类名:pointer;
方法or属性:function getMouseScrollRows(): Promise\;
旧版本信息:401|类名:pointer;
方法or属性:function getMouseScrollRows(): Promise\;
新版本信息:202,401|@ohos.multimodalInput.pointer.d.ts| |错误码有变化|类名:shortKey;
方法or属性:function setKeyDownDuration(businessKey: string, delay: number, callback: AsyncCallback\): void;
旧版本信息:401|类名:shortKey;
方法or属性:function setKeyDownDuration(businessKey: string, delay: number, callback: AsyncCallback\): void;
新版本信息:202,401|@ohos.multimodalInput.shortKey.d.ts| |错误码有变化|类名:shortKey;
方法or属性:function setKeyDownDuration(businessKey: string, delay: number): Promise\;
旧版本信息:401|类名:shortKey;
方法or属性:function setKeyDownDuration(businessKey: string, delay: number): Promise\;
新版本信息:202,401|@ohos.multimodalInput.shortKey.d.ts|