openharmony 鸿蒙 js-apidiff-InputKit

2026-08-25 浏览 (1)

Change TypeOld VersionNew Versiond.ts File
New APINAClass name: global;
API declaration: export declare interface Pinch
Differences: export declare interface Pinch
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: Pinch;
API declaration: type: ActionType;
Differences: type: ActionType;
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: Pinch;
API declaration: scale: number;
Differences: scale: number;
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: global;
API declaration: export declare interface Rotate
Differences: export declare interface Rotate
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: Rotate;
API declaration: type: ActionType;
Differences: type: ActionType;
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: Rotate;
API declaration: angle: number;
Differences: angle: number;
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: global;
API declaration: export declare interface ThreeFingersSwipe
Differences: export declare interface ThreeFingersSwipe
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: ThreeFingersSwipe;
API declaration: type: ActionType;
Differences: type: ActionType;
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: ThreeFingersSwipe;
API declaration: x: number;
Differences: x: number;
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: ThreeFingersSwipe;
API declaration: y: number;
Differences: y: number;
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: global;
API declaration: export declare interface FourFingersSwipe
Differences: export declare interface FourFingersSwipe
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: FourFingersSwipe;
API declaration: type: ActionType;
Differences: type: ActionType;
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: FourFingersSwipe;
API declaration: x: number;
Differences: x: number;
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: FourFingersSwipe;
API declaration: y: number;
Differences: y: number;
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: global;
API declaration: export declare interface ThreeFingersTap
Differences: export declare interface ThreeFingersTap
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: ThreeFingersTap;
API declaration: type: ActionType;
Differences: type: ActionType;
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: global;
API declaration: export declare enum ActionType
Differences: export declare enum ActionType
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: ActionType;
API declaration: CANCEL = 0
Differences: CANCEL = 0
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: ActionType;
API declaration: BEGIN = 1
Differences: BEGIN = 1
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: ActionType;
API declaration: UPDATE = 2
Differences: UPDATE = 2
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: ActionType;
API declaration: END = 3
Differences: END = 3
api/@ohos.multimodalInput.gestureEvent.d.ts
New APINAClass name: global;
API declaration: declare namespace inputDevice
Differences: declare namespace inputDevice
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: type ChangedType = 'add' |'remove';
Differences: type ChangedType = 'add' |'remove';
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: type SourceType = 'keyboard' |'mouse' |'touchpad' |'touchscreen' |'joystick' |'trackball';
Differences: type SourceType = 'keyboard' |'mouse' |'touchpad' |'touchscreen' |'joystick' |'trackball';
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: type AxisType = 'touchmajor' |'touchminor' |'orientation' |'x' |'y' |'pressure' |'toolminor' |'toolmajor' |'null';
Differences: type AxisType = 'touchmajor' |'touchminor' |'orientation' |'x' |'y' |'pressure' |'toolminor' |'toolmajor' |'null';
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: enum KeyboardType
Differences: enum KeyboardType
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: KeyboardType;
API declaration: NONE = 0
Differences: NONE = 0
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: KeyboardType;
API declaration: UNKNOWN = 1
Differences: UNKNOWN = 1
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: KeyboardType;
API declaration: ALPHABETIC_KEYBOARD = 2
Differences: ALPHABETIC_KEYBOARD = 2
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: KeyboardType;
API declaration: DIGITAL_KEYBOARD = 3
Differences: DIGITAL_KEYBOARD = 3
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: KeyboardType;
API declaration: HANDWRITING_PEN = 4
Differences: HANDWRITING_PEN = 4
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: KeyboardType;
API declaration: REMOTE_CONTROL = 5
Differences: REMOTE_CONTROL = 5
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: interface DeviceListener
Differences: interface DeviceListener
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: DeviceListener;
API declaration: type: ChangedType;
Differences: type: ChangedType;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: DeviceListener;
API declaration: deviceId: number;
Differences: deviceId: number;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function on(type: 'change', listener: Callback<DeviceListener>): void;
Differences: function on(type: 'change', listener: Callback<DeviceListener>): void;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function off(type: 'change', listener?: Callback<DeviceListener>): void;
Differences: function off(type: 'change', listener?: Callback<DeviceListener>): void;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: interface AxisRange
Differences: interface AxisRange
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: AxisRange;
API declaration: source: SourceType;
Differences: source: SourceType;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: AxisRange;
API declaration: axis: AxisType;
Differences: axis: AxisType;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: AxisRange;
API declaration: max: number;
Differences: max: number;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: AxisRange;
API declaration: min: number;
Differences: min: number;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: AxisRange;
API declaration: fuzz: number;
Differences: fuzz: number;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: AxisRange;
API declaration: flat: number;
Differences: flat: number;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: AxisRange;
API declaration: resolution: number;
Differences: resolution: number;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: interface InputDeviceData
Differences: interface InputDeviceData
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: InputDeviceData;
API declaration: id: number;
Differences: id: number;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: InputDeviceData;
API declaration: name: string;
Differences: name: string;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: InputDeviceData;
API declaration: sources: Array<SourceType>;
Differences: sources: Array<SourceType>;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: InputDeviceData;
API declaration: axisRanges: Array<AxisRange>;
Differences: axisRanges: Array<AxisRange>;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: InputDeviceData;
API declaration: bus: number;
Differences: bus: number;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: InputDeviceData;
API declaration: product: number;
Differences: product: number;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: InputDeviceData;
API declaration: vendor: number;
Differences: vendor: number;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: InputDeviceData;
API declaration: version: number;
Differences: version: number;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: InputDeviceData;
API declaration: phys: string;
Differences: phys: string;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: InputDeviceData;
API declaration: uniq: string;
Differences: uniq: string;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function getDeviceIds(callback: AsyncCallback<Array<number>>): void;
Differences: function getDeviceIds(callback: AsyncCallback<Array<number>>): void;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function getDeviceIds(): Promise<Array<number>>;
Differences: function getDeviceIds(): Promise<Array<number>>;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function getDevice(deviceId: number, callback: AsyncCallback<InputDeviceData>): void;
Differences: function getDevice(deviceId: number, callback: AsyncCallback<InputDeviceData>): void;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function getDevice(deviceId: number): Promise<InputDeviceData>;
Differences: function getDevice(deviceId: number): Promise<InputDeviceData>;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function getDeviceList(callback: AsyncCallback<Array<number>>): void;
Differences: function getDeviceList(callback: AsyncCallback<Array<number>>): void;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function getDeviceList(): Promise<Array<number>>;
Differences: function getDeviceList(): Promise<Array<number>>;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function getDeviceInfo(deviceId: number, callback: AsyncCallback<InputDeviceData>): void;
Differences: function getDeviceInfo(deviceId: number, callback: AsyncCallback<InputDeviceData>): void;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function getDeviceInfo(deviceId: number): Promise<InputDeviceData>;
Differences: function getDeviceInfo(deviceId: number): Promise<InputDeviceData>;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function getDeviceInfoSync(deviceId: number): InputDeviceData;
Differences: function getDeviceInfoSync(deviceId: number): InputDeviceData;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function supportKeys(deviceId: number, keys: Array<KeyCode>, callback: AsyncCallback<Array<boolean>>): void;
Differences: function supportKeys(deviceId: number, keys: Array<KeyCode>, callback: AsyncCallback<Array<boolean>>): void;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function supportKeys(deviceId: number, keys: Array<KeyCode>): Promise<Array<boolean>>;
Differences: function supportKeys(deviceId: number, keys: Array<KeyCode>): Promise<Array<boolean>>;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function supportKeysSync(deviceId: number, keys: Array<KeyCode>): Array<boolean>;
Differences: function supportKeysSync(deviceId: number, keys: Array<KeyCode>): Array<boolean>;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function getKeyboardType(deviceId: number, callback: AsyncCallback<KeyboardType>): void;
Differences: function getKeyboardType(deviceId: number, callback: AsyncCallback<KeyboardType>): void;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function getKeyboardType(deviceId: number): Promise<KeyboardType>;
Differences: function getKeyboardType(deviceId: number): Promise<KeyboardType>;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: inputDevice;
API declaration: function getKeyboardTypeSync(deviceId: number): KeyboardType;
Differences: function getKeyboardTypeSync(deviceId: number): KeyboardType;
api/@ohos.multimodalInput.inputDevice.d.ts
New APINAClass name: global;
API declaration: declare namespace inputDeviceCooperate
Differences: declare namespace inputDeviceCooperate
api/@ohos.multimodalInput.inputDeviceCooperate.d.ts
New APINAClass name: global;
API declaration: export declare interface InputEvent
Differences: export declare interface InputEvent
api/@ohos.multimodalInput.inputEvent.d.ts
New APINAClass name: InputEvent;
API declaration: id: number;
Differences: id: number;
api/@ohos.multimodalInput.inputEvent.d.ts
New APINAClass name: InputEvent;
API declaration: deviceId: number;
Differences: deviceId: number;
api/@ohos.multimodalInput.inputEvent.d.ts
New APINAClass name: InputEvent;
API declaration: actionTime: number;
Differences: actionTime: number;
api/@ohos.multimodalInput.inputEvent.d.ts
New APINAClass name: InputEvent;
API declaration: screenId: number;
Differences: screenId: number;
api/@ohos.multimodalInput.inputEvent.d.ts
New APINAClass name: InputEvent;
API declaration: windowId: number;
Differences: windowId: number;
api/@ohos.multimodalInput.inputEvent.d.ts
New APINAClass name: global;
API declaration: export declare enum IntentionCode
Differences: export declare enum IntentionCode
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_UNKNOWN = -1
Differences: INTENTION_UNKNOWN = -1
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_UP = 1
Differences: INTENTION_UP = 1
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_DOWN = 2
Differences: INTENTION_DOWN = 2
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_LEFT = 3
Differences: INTENTION_LEFT = 3
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_RIGHT = 4
Differences: INTENTION_RIGHT = 4
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_SELECT = 5
Differences: INTENTION_SELECT = 5
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_ESCAPE = 6
Differences: INTENTION_ESCAPE = 6
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_BACK = 7
Differences: INTENTION_BACK = 7
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_FORWARD = 8
Differences: INTENTION_FORWARD = 8
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_MENU = 9
Differences: INTENTION_MENU = 9
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_PAGE_UP = 11
Differences: INTENTION_PAGE_UP = 11
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_PAGE_DOWN = 12
Differences: INTENTION_PAGE_DOWN = 12
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_ZOOM_OUT = 13
Differences: INTENTION_ZOOM_OUT = 13
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: IntentionCode;
API declaration: INTENTION_ZOOM_IN = 14
Differences: INTENTION_ZOOM_IN = 14
api/@ohos.multimodalInput.intentionCode.d.ts
New APINAClass name: global;
API declaration: export declare enum KeyCode
Differences: export declare enum KeyCode
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_FN = 0
Differences: KEYCODE_FN = 0
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_UNKNOWN = -1
Differences: KEYCODE_UNKNOWN = -1
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_HOME = 1
Differences: KEYCODE_HOME = 1
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BACK = 2
Differences: KEYCODE_BACK = 2
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MEDIA_PLAY_PAUSE = 10
Differences: KEYCODE_MEDIA_PLAY_PAUSE = 10
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MEDIA_STOP = 11
Differences: KEYCODE_MEDIA_STOP = 11
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MEDIA_NEXT = 12
Differences: KEYCODE_MEDIA_NEXT = 12
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MEDIA_PREVIOUS = 13
Differences: KEYCODE_MEDIA_PREVIOUS = 13
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MEDIA_REWIND = 14
Differences: KEYCODE_MEDIA_REWIND = 14
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MEDIA_FAST_FORWARD = 15
Differences: KEYCODE_MEDIA_FAST_FORWARD = 15
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_VOLUME_UP = 16
Differences: KEYCODE_VOLUME_UP = 16
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_VOLUME_DOWN = 17
Differences: KEYCODE_VOLUME_DOWN = 17
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_POWER = 18
Differences: KEYCODE_POWER = 18
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CAMERA = 19
Differences: KEYCODE_CAMERA = 19
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_VOLUME_MUTE = 22
Differences: KEYCODE_VOLUME_MUTE = 22
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MUTE = 23
Differences: KEYCODE_MUTE = 23
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BRIGHTNESS_UP = 40
Differences: KEYCODE_BRIGHTNESS_UP = 40
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BRIGHTNESS_DOWN = 41
Differences: KEYCODE_BRIGHTNESS_DOWN = 41
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_0 = 2000
Differences: KEYCODE_0 = 2000
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_1 = 2001
Differences: KEYCODE_1 = 2001
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_2 = 2002
Differences: KEYCODE_2 = 2002
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_3 = 2003
Differences: KEYCODE_3 = 2003
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_4 = 2004
Differences: KEYCODE_4 = 2004
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_5 = 2005
Differences: KEYCODE_5 = 2005
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_6 = 2006
Differences: KEYCODE_6 = 2006
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_7 = 2007
Differences: KEYCODE_7 = 2007
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_8 = 2008
Differences: KEYCODE_8 = 2008
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_9 = 2009
Differences: KEYCODE_9 = 2009
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_STAR = 2010
Differences: KEYCODE_STAR = 2010
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_POUND = 2011
Differences: KEYCODE_POUND = 2011
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_DPAD_UP = 2012
Differences: KEYCODE_DPAD_UP = 2012
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_DPAD_DOWN = 2013
Differences: KEYCODE_DPAD_DOWN = 2013
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_DPAD_LEFT = 2014
Differences: KEYCODE_DPAD_LEFT = 2014
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_DPAD_RIGHT = 2015
Differences: KEYCODE_DPAD_RIGHT = 2015
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_DPAD_CENTER = 2016
Differences: KEYCODE_DPAD_CENTER = 2016
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_A = 2017
Differences: KEYCODE_A = 2017
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_B = 2018
Differences: KEYCODE_B = 2018
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_C = 2019
Differences: KEYCODE_C = 2019
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_D = 2020
Differences: KEYCODE_D = 2020
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_E = 2021
Differences: KEYCODE_E = 2021
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F = 2022
Differences: KEYCODE_F = 2022
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_G = 2023
Differences: KEYCODE_G = 2023
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_H = 2024
Differences: KEYCODE_H = 2024
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_I = 2025
Differences: KEYCODE_I = 2025
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_J = 2026
Differences: KEYCODE_J = 2026
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_K = 2027
Differences: KEYCODE_K = 2027
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_L = 2028
Differences: KEYCODE_L = 2028
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_M = 2029
Differences: KEYCODE_M = 2029
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_N = 2030
Differences: KEYCODE_N = 2030
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_O = 2031
Differences: KEYCODE_O = 2031
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_P = 2032
Differences: KEYCODE_P = 2032
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_Q = 2033
Differences: KEYCODE_Q = 2033
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_R = 2034
Differences: KEYCODE_R = 2034
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_S = 2035
Differences: KEYCODE_S = 2035
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_T = 2036
Differences: KEYCODE_T = 2036
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_U = 2037
Differences: KEYCODE_U = 2037
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_V = 2038
Differences: KEYCODE_V = 2038
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_W = 2039
Differences: KEYCODE_W = 2039
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_X = 2040
Differences: KEYCODE_X = 2040
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_Y = 2041
Differences: KEYCODE_Y = 2041
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_Z = 2042
Differences: KEYCODE_Z = 2042
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_COMMA = 2043
Differences: KEYCODE_COMMA = 2043
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PERIOD = 2044
Differences: KEYCODE_PERIOD = 2044
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ALT_LEFT = 2045
Differences: KEYCODE_ALT_LEFT = 2045
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ALT_RIGHT = 2046
Differences: KEYCODE_ALT_RIGHT = 2046
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SHIFT_LEFT = 2047
Differences: KEYCODE_SHIFT_LEFT = 2047
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SHIFT_RIGHT = 2048
Differences: KEYCODE_SHIFT_RIGHT = 2048
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_TAB = 2049
Differences: KEYCODE_TAB = 2049
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SPACE = 2050
Differences: KEYCODE_SPACE = 2050
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SYM = 2051
Differences: KEYCODE_SYM = 2051
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_EXPLORER = 2052
Differences: KEYCODE_EXPLORER = 2052
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ENVELOPE = 2053
Differences: KEYCODE_ENVELOPE = 2053
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ENTER = 2054
Differences: KEYCODE_ENTER = 2054
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_DEL = 2055
Differences: KEYCODE_DEL = 2055
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_GRAVE = 2056
Differences: KEYCODE_GRAVE = 2056
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MINUS = 2057
Differences: KEYCODE_MINUS = 2057
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_EQUALS = 2058
Differences: KEYCODE_EQUALS = 2058
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_LEFT_BRACKET = 2059
Differences: KEYCODE_LEFT_BRACKET = 2059
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_RIGHT_BRACKET = 2060
Differences: KEYCODE_RIGHT_BRACKET = 2060
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BACKSLASH = 2061
Differences: KEYCODE_BACKSLASH = 2061
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SEMICOLON = 2062
Differences: KEYCODE_SEMICOLON = 2062
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_APOSTROPHE = 2063
Differences: KEYCODE_APOSTROPHE = 2063
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SLASH = 2064
Differences: KEYCODE_SLASH = 2064
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_AT = 2065
Differences: KEYCODE_AT = 2065
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PLUS = 2066
Differences: KEYCODE_PLUS = 2066
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MENU = 2067
Differences: KEYCODE_MENU = 2067
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PAGE_UP = 2068
Differences: KEYCODE_PAGE_UP = 2068
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PAGE_DOWN = 2069
Differences: KEYCODE_PAGE_DOWN = 2069
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ESCAPE = 2070
Differences: KEYCODE_ESCAPE = 2070
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_FORWARD_DEL = 2071
Differences: KEYCODE_FORWARD_DEL = 2071
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CTRL_LEFT = 2072
Differences: KEYCODE_CTRL_LEFT = 2072
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CTRL_RIGHT = 2073
Differences: KEYCODE_CTRL_RIGHT = 2073
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CAPS_LOCK = 2074
Differences: KEYCODE_CAPS_LOCK = 2074
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SCROLL_LOCK = 2075
Differences: KEYCODE_SCROLL_LOCK = 2075
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_META_LEFT = 2076
Differences: KEYCODE_META_LEFT = 2076
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_META_RIGHT = 2077
Differences: KEYCODE_META_RIGHT = 2077
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_FUNCTION = 2078
Differences: KEYCODE_FUNCTION = 2078
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SYSRQ = 2079
Differences: KEYCODE_SYSRQ = 2079
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BREAK = 2080
Differences: KEYCODE_BREAK = 2080
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MOVE_HOME = 2081
Differences: KEYCODE_MOVE_HOME = 2081
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MOVE_END = 2082
Differences: KEYCODE_MOVE_END = 2082
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_INSERT = 2083
Differences: KEYCODE_INSERT = 2083
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_FORWARD = 2084
Differences: KEYCODE_FORWARD = 2084
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MEDIA_PLAY = 2085
Differences: KEYCODE_MEDIA_PLAY = 2085
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MEDIA_PAUSE = 2086
Differences: KEYCODE_MEDIA_PAUSE = 2086
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MEDIA_CLOSE = 2087
Differences: KEYCODE_MEDIA_CLOSE = 2087
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MEDIA_EJECT = 2088
Differences: KEYCODE_MEDIA_EJECT = 2088
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MEDIA_RECORD = 2089
Differences: KEYCODE_MEDIA_RECORD = 2089
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F1 = 2090
Differences: KEYCODE_F1 = 2090
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F2 = 2091
Differences: KEYCODE_F2 = 2091
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F3 = 2092
Differences: KEYCODE_F3 = 2092
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F4 = 2093
Differences: KEYCODE_F4 = 2093
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F5 = 2094
Differences: KEYCODE_F5 = 2094
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F6 = 2095
Differences: KEYCODE_F6 = 2095
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F7 = 2096
Differences: KEYCODE_F7 = 2096
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F8 = 2097
Differences: KEYCODE_F8 = 2097
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F9 = 2098
Differences: KEYCODE_F9 = 2098
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F10 = 2099
Differences: KEYCODE_F10 = 2099
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F11 = 2100
Differences: KEYCODE_F11 = 2100
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F12 = 2101
Differences: KEYCODE_F12 = 2101
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUM_LOCK = 2102
Differences: KEYCODE_NUM_LOCK = 2102
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_0 = 2103
Differences: KEYCODE_NUMPAD_0 = 2103
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_1 = 2104
Differences: KEYCODE_NUMPAD_1 = 2104
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_2 = 2105
Differences: KEYCODE_NUMPAD_2 = 2105
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_3 = 2106
Differences: KEYCODE_NUMPAD_3 = 2106
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_4 = 2107
Differences: KEYCODE_NUMPAD_4 = 2107
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_5 = 2108
Differences: KEYCODE_NUMPAD_5 = 2108
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_6 = 2109
Differences: KEYCODE_NUMPAD_6 = 2109
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_7 = 2110
Differences: KEYCODE_NUMPAD_7 = 2110
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_8 = 2111
Differences: KEYCODE_NUMPAD_8 = 2111
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_9 = 2112
Differences: KEYCODE_NUMPAD_9 = 2112
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_DIVIDE = 2113
Differences: KEYCODE_NUMPAD_DIVIDE = 2113
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_MULTIPLY = 2114
Differences: KEYCODE_NUMPAD_MULTIPLY = 2114
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_SUBTRACT = 2115
Differences: KEYCODE_NUMPAD_SUBTRACT = 2115
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_ADD = 2116
Differences: KEYCODE_NUMPAD_ADD = 2116
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_DOT = 2117
Differences: KEYCODE_NUMPAD_DOT = 2117
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_COMMA = 2118
Differences: KEYCODE_NUMPAD_COMMA = 2118
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_ENTER = 2119
Differences: KEYCODE_NUMPAD_ENTER = 2119
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_EQUALS = 2120
Differences: KEYCODE_NUMPAD_EQUALS = 2120
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_LEFT_PAREN = 2121
Differences: KEYCODE_NUMPAD_LEFT_PAREN = 2121
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_RIGHT_PAREN = 2122
Differences: KEYCODE_NUMPAD_RIGHT_PAREN = 2122
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_VIRTUAL_MULTITASK = 2210
Differences: KEYCODE_VIRTUAL_MULTITASK = 2210
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SLEEP = 2600
Differences: KEYCODE_SLEEP = 2600
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ZENKAKU_HANKAKU = 2601
Differences: KEYCODE_ZENKAKU_HANKAKU = 2601
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_102ND = 2602
Differences: KEYCODE_102ND = 2602
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_RO = 2603
Differences: KEYCODE_RO = 2603
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_KATAKANA = 2604
Differences: KEYCODE_KATAKANA = 2604
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_HIRAGANA = 2605
Differences: KEYCODE_HIRAGANA = 2605
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_HENKAN = 2606
Differences: KEYCODE_HENKAN = 2606
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_KATAKANA_HIRAGANA = 2607
Differences: KEYCODE_KATAKANA_HIRAGANA = 2607
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MUHENKAN = 2608
Differences: KEYCODE_MUHENKAN = 2608
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_LINEFEED = 2609
Differences: KEYCODE_LINEFEED = 2609
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MACRO = 2610
Differences: KEYCODE_MACRO = 2610
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NUMPAD_PLUSMINUS = 2611
Differences: KEYCODE_NUMPAD_PLUSMINUS = 2611
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SCALE = 2612
Differences: KEYCODE_SCALE = 2612
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_HANGUEL = 2613
Differences: KEYCODE_HANGUEL = 2613
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_HANJA = 2614
Differences: KEYCODE_HANJA = 2614
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_YEN = 2615
Differences: KEYCODE_YEN = 2615
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_STOP = 2616
Differences: KEYCODE_STOP = 2616
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_AGAIN = 2617
Differences: KEYCODE_AGAIN = 2617
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PROPS = 2618
Differences: KEYCODE_PROPS = 2618
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_UNDO = 2619
Differences: KEYCODE_UNDO = 2619
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_COPY = 2620
Differences: KEYCODE_COPY = 2620
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_OPEN = 2621
Differences: KEYCODE_OPEN = 2621
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PASTE = 2622
Differences: KEYCODE_PASTE = 2622
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_FIND = 2623
Differences: KEYCODE_FIND = 2623
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CUT = 2624
Differences: KEYCODE_CUT = 2624
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_HELP = 2625
Differences: KEYCODE_HELP = 2625
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CALC = 2626
Differences: KEYCODE_CALC = 2626
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_FILE = 2627
Differences: KEYCODE_FILE = 2627
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BOOKMARKS = 2628
Differences: KEYCODE_BOOKMARKS = 2628
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NEXT = 2629
Differences: KEYCODE_NEXT = 2629
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PLAYPAUSE = 2630
Differences: KEYCODE_PLAYPAUSE = 2630
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PREVIOUS = 2631
Differences: KEYCODE_PREVIOUS = 2631
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_STOPCD = 2632
Differences: KEYCODE_STOPCD = 2632
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CONFIG = 2634
Differences: KEYCODE_CONFIG = 2634
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_REFRESH = 2635
Differences: KEYCODE_REFRESH = 2635
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_EXIT = 2636
Differences: KEYCODE_EXIT = 2636
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_EDIT = 2637
Differences: KEYCODE_EDIT = 2637
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SCROLLUP = 2638
Differences: KEYCODE_SCROLLUP = 2638
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SCROLLDOWN = 2639
Differences: KEYCODE_SCROLLDOWN = 2639
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NEW = 2640
Differences: KEYCODE_NEW = 2640
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_REDO = 2641
Differences: KEYCODE_REDO = 2641
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CLOSE = 2642
Differences: KEYCODE_CLOSE = 2642
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PLAY = 2643
Differences: KEYCODE_PLAY = 2643
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BASSBOOST = 2644
Differences: KEYCODE_BASSBOOST = 2644
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PRINT = 2645
Differences: KEYCODE_PRINT = 2645
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CHAT = 2646
Differences: KEYCODE_CHAT = 2646
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_FINANCE = 2647
Differences: KEYCODE_FINANCE = 2647
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CANCEL = 2648
Differences: KEYCODE_CANCEL = 2648
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_KBDILLUM_TOGGLE = 2649
Differences: KEYCODE_KBDILLUM_TOGGLE = 2649
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_KBDILLUM_DOWN = 2650
Differences: KEYCODE_KBDILLUM_DOWN = 2650
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_KBDILLUM_UP = 2651
Differences: KEYCODE_KBDILLUM_UP = 2651
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SEND = 2652
Differences: KEYCODE_SEND = 2652
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_REPLY = 2653
Differences: KEYCODE_REPLY = 2653
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_FORWARDMAIL = 2654
Differences: KEYCODE_FORWARDMAIL = 2654
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SAVE = 2655
Differences: KEYCODE_SAVE = 2655
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_DOCUMENTS = 2656
Differences: KEYCODE_DOCUMENTS = 2656
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_VIDEO_NEXT = 2657
Differences: KEYCODE_VIDEO_NEXT = 2657
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_VIDEO_PREV = 2658
Differences: KEYCODE_VIDEO_PREV = 2658
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BRIGHTNESS_CYCLE = 2659
Differences: KEYCODE_BRIGHTNESS_CYCLE = 2659
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BRIGHTNESS_ZERO = 2660
Differences: KEYCODE_BRIGHTNESS_ZERO = 2660
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_DISPLAY_OFF = 2661
Differences: KEYCODE_DISPLAY_OFF = 2661
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BTN_MISC = 2662
Differences: KEYCODE_BTN_MISC = 2662
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_GOTO = 2663
Differences: KEYCODE_GOTO = 2663
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_INFO = 2664
Differences: KEYCODE_INFO = 2664
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PROGRAM = 2665
Differences: KEYCODE_PROGRAM = 2665
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PVR = 2666
Differences: KEYCODE_PVR = 2666
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SUBTITLE = 2667
Differences: KEYCODE_SUBTITLE = 2667
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_FULL_SCREEN = 2668
Differences: KEYCODE_FULL_SCREEN = 2668
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_KEYBOARD = 2669
Differences: KEYCODE_KEYBOARD = 2669
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ASPECT_RATIO = 2670
Differences: KEYCODE_ASPECT_RATIO = 2670
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PC = 2671
Differences: KEYCODE_PC = 2671
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_TV = 2672
Differences: KEYCODE_TV = 2672
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_TV2 = 2673
Differences: KEYCODE_TV2 = 2673
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_VCR = 2674
Differences: KEYCODE_VCR = 2674
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_VCR2 = 2675
Differences: KEYCODE_VCR2 = 2675
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SAT = 2676
Differences: KEYCODE_SAT = 2676
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CD = 2677
Differences: KEYCODE_CD = 2677
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_TAPE = 2678
Differences: KEYCODE_TAPE = 2678
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_TUNER = 2679
Differences: KEYCODE_TUNER = 2679
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PLAYER = 2680
Differences: KEYCODE_PLAYER = 2680
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_DVD = 2681
Differences: KEYCODE_DVD = 2681
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_AUDIO = 2682
Differences: KEYCODE_AUDIO = 2682
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_VIDEO = 2683
Differences: KEYCODE_VIDEO = 2683
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MEMO = 2684
Differences: KEYCODE_MEMO = 2684
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CALENDAR = 2685
Differences: KEYCODE_CALENDAR = 2685
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_RED = 2686
Differences: KEYCODE_RED = 2686
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_GREEN = 2687
Differences: KEYCODE_GREEN = 2687
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_YELLOW = 2688
Differences: KEYCODE_YELLOW = 2688
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BLUE = 2689
Differences: KEYCODE_BLUE = 2689
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CHANNELUP = 2690
Differences: KEYCODE_CHANNELUP = 2690
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CHANNELDOWN = 2691
Differences: KEYCODE_CHANNELDOWN = 2691
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_LAST = 2692
Differences: KEYCODE_LAST = 2692
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_RESTART = 2693
Differences: KEYCODE_RESTART = 2693
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SLOW = 2694
Differences: KEYCODE_SLOW = 2694
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SHUFFLE = 2695
Differences: KEYCODE_SHUFFLE = 2695
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_VIDEOPHONE = 2696
Differences: KEYCODE_VIDEOPHONE = 2696
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_GAMES = 2697
Differences: KEYCODE_GAMES = 2697
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ZOOMIN = 2698
Differences: KEYCODE_ZOOMIN = 2698
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ZOOMOUT = 2699
Differences: KEYCODE_ZOOMOUT = 2699
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ZOOMRESET = 2700
Differences: KEYCODE_ZOOMRESET = 2700
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_WORDPROCESSOR = 2701
Differences: KEYCODE_WORDPROCESSOR = 2701
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_EDITOR = 2702
Differences: KEYCODE_EDITOR = 2702
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SPREADSHEET = 2703
Differences: KEYCODE_SPREADSHEET = 2703
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_GRAPHICSEDITOR = 2704
Differences: KEYCODE_GRAPHICSEDITOR = 2704
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PRESENTATION = 2705
Differences: KEYCODE_PRESENTATION = 2705
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_DATABASE = 2706
Differences: KEYCODE_DATABASE = 2706
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_NEWS = 2707
Differences: KEYCODE_NEWS = 2707
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_VOICEMAIL = 2708
Differences: KEYCODE_VOICEMAIL = 2708
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ADDRESSBOOK = 2709
Differences: KEYCODE_ADDRESSBOOK = 2709
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MESSENGER = 2710
Differences: KEYCODE_MESSENGER = 2710
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BRIGHTNESS_TOGGLE = 2711
Differences: KEYCODE_BRIGHTNESS_TOGGLE = 2711
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SPELLCHECK = 2712
Differences: KEYCODE_SPELLCHECK = 2712
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_COFFEE = 2713
Differences: KEYCODE_COFFEE = 2713
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MEDIA_REPEAT = 2714
Differences: KEYCODE_MEDIA_REPEAT = 2714
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_IMAGES = 2715
Differences: KEYCODE_IMAGES = 2715
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BUTTONCONFIG = 2716
Differences: KEYCODE_BUTTONCONFIG = 2716
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_TASKMANAGER = 2717
Differences: KEYCODE_TASKMANAGER = 2717
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_JOURNAL = 2718
Differences: KEYCODE_JOURNAL = 2718
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CONTROLPANEL = 2719
Differences: KEYCODE_CONTROLPANEL = 2719
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_APPSELECT = 2720
Differences: KEYCODE_APPSELECT = 2720
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SCREENSAVER = 2721
Differences: KEYCODE_SCREENSAVER = 2721
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ASSISTANT = 2722
Differences: KEYCODE_ASSISTANT = 2722
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_KBD_LAYOUT_NEXT = 2723
Differences: KEYCODE_KBD_LAYOUT_NEXT = 2723
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BRIGHTNESS_MIN = 2724
Differences: KEYCODE_BRIGHTNESS_MIN = 2724
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BRIGHTNESS_MAX = 2725
Differences: KEYCODE_BRIGHTNESS_MAX = 2725
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_KBDINPUTASSIST_PREV = 2726
Differences: KEYCODE_KBDINPUTASSIST_PREV = 2726
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_KBDINPUTASSIST_NEXT = 2727
Differences: KEYCODE_KBDINPUTASSIST_NEXT = 2727
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_KBDINPUTASSIST_PREVGROUP = 2728
Differences: KEYCODE_KBDINPUTASSIST_PREVGROUP = 2728
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_KBDINPUTASSIST_NEXTGROUP = 2729
Differences: KEYCODE_KBDINPUTASSIST_NEXTGROUP = 2729
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_KBDINPUTASSIST_ACCEPT = 2730
Differences: KEYCODE_KBDINPUTASSIST_ACCEPT = 2730
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_KBDINPUTASSIST_CANCEL = 2731
Differences: KEYCODE_KBDINPUTASSIST_CANCEL = 2731
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_FRONT = 2800
Differences: KEYCODE_FRONT = 2800
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SETUP = 2801
Differences: KEYCODE_SETUP = 2801
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_WAKEUP = 2802
Differences: KEYCODE_WAKEUP = 2802
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SENDFILE = 2803
Differences: KEYCODE_SENDFILE = 2803
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_DELETEFILE = 2804
Differences: KEYCODE_DELETEFILE = 2804
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_XFER = 2805
Differences: KEYCODE_XFER = 2805
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PROG1 = 2806
Differences: KEYCODE_PROG1 = 2806
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PROG2 = 2807
Differences: KEYCODE_PROG2 = 2807
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MSDOS = 2808
Differences: KEYCODE_MSDOS = 2808
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SCREENLOCK = 2809
Differences: KEYCODE_SCREENLOCK = 2809
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_DIRECTION_ROTATE_DISPLAY = 2810
Differences: KEYCODE_DIRECTION_ROTATE_DISPLAY = 2810
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CYCLEWINDOWS = 2811
Differences: KEYCODE_CYCLEWINDOWS = 2811
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_COMPUTER = 2812
Differences: KEYCODE_COMPUTER = 2812
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_EJECTCLOSECD = 2813
Differences: KEYCODE_EJECTCLOSECD = 2813
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ISO = 2814
Differences: KEYCODE_ISO = 2814
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_MOVE = 2815
Differences: KEYCODE_MOVE = 2815
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F13 = 2816
Differences: KEYCODE_F13 = 2816
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F14 = 2817
Differences: KEYCODE_F14 = 2817
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F15 = 2818
Differences: KEYCODE_F15 = 2818
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F16 = 2819
Differences: KEYCODE_F16 = 2819
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F17 = 2820
Differences: KEYCODE_F17 = 2820
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F18 = 2821
Differences: KEYCODE_F18 = 2821
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F19 = 2822
Differences: KEYCODE_F19 = 2822
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F20 = 2823
Differences: KEYCODE_F20 = 2823
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F21 = 2824
Differences: KEYCODE_F21 = 2824
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F22 = 2825
Differences: KEYCODE_F22 = 2825
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F23 = 2826
Differences: KEYCODE_F23 = 2826
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_F24 = 2827
Differences: KEYCODE_F24 = 2827
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PROG3 = 2828
Differences: KEYCODE_PROG3 = 2828
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_PROG4 = 2829
Differences: KEYCODE_PROG4 = 2829
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_DASHBOARD = 2830
Differences: KEYCODE_DASHBOARD = 2830
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SUSPEND = 2831
Differences: KEYCODE_SUSPEND = 2831
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_HP = 2832
Differences: KEYCODE_HP = 2832
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SOUND = 2833
Differences: KEYCODE_SOUND = 2833
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_QUESTION = 2834
Differences: KEYCODE_QUESTION = 2834
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CONNECT = 2836
Differences: KEYCODE_CONNECT = 2836
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SPORT = 2837
Differences: KEYCODE_SPORT = 2837
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SHOP = 2838
Differences: KEYCODE_SHOP = 2838
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_ALTERASE = 2839
Differences: KEYCODE_ALTERASE = 2839
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_SWITCHVIDEOMODE = 2841
Differences: KEYCODE_SWITCHVIDEOMODE = 2841
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BATTERY = 2842
Differences: KEYCODE_BATTERY = 2842
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BLUETOOTH = 2843
Differences: KEYCODE_BLUETOOTH = 2843
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_WLAN = 2844
Differences: KEYCODE_WLAN = 2844
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_UWB = 2845
Differences: KEYCODE_UWB = 2845
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_WWAN_WIMAX = 2846
Differences: KEYCODE_WWAN_WIMAX = 2846
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_RFKILL = 2847
Differences: KEYCODE_RFKILL = 2847
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_CHANNEL = 3001
Differences: KEYCODE_CHANNEL = 3001
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BTN_0 = 3100
Differences: KEYCODE_BTN_0 = 3100
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BTN_1 = 3101
Differences: KEYCODE_BTN_1 = 3101
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BTN_2 = 3102
Differences: KEYCODE_BTN_2 = 3102
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BTN_3 = 3103
Differences: KEYCODE_BTN_3 = 3103
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BTN_4 = 3104
Differences: KEYCODE_BTN_4 = 3104
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BTN_5 = 3105
Differences: KEYCODE_BTN_5 = 3105
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BTN_6 = 3106
Differences: KEYCODE_BTN_6 = 3106
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BTN_7 = 3107
Differences: KEYCODE_BTN_7 = 3107
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BTN_8 = 3108
Differences: KEYCODE_BTN_8 = 3108
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: KeyCode;
API declaration: KEYCODE_BTN_9 = 3109
Differences: KEYCODE_BTN_9 = 3109
api/@ohos.multimodalInput.keyCode.d.ts
New APINAClass name: global;
API declaration: export declare enum Action
Differences: export declare enum Action
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: Action;
API declaration: CANCEL = 0
Differences: CANCEL = 0
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: Action;
API declaration: DOWN = 1
Differences: DOWN = 1
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: Action;
API declaration: UP = 2
Differences: UP = 2
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: global;
API declaration: export declare interface Key
Differences: export declare interface Key
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: Key;
API declaration: code: KeyCode;
Differences: code: KeyCode;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: Key;
API declaration: pressedTime: number;
Differences: pressedTime: number;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: Key;
API declaration: deviceId: number;
Differences: deviceId: number;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: global;
API declaration: export declare interface KeyEvent
Differences: export declare interface KeyEvent
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: KeyEvent;
API declaration: action: Action;
Differences: action: Action;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: KeyEvent;
API declaration: key: Key;
Differences: key: Key;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: KeyEvent;
API declaration: unicodeChar: number;
Differences: unicodeChar: number;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: KeyEvent;
API declaration: keys: Key[];
Differences: keys: Key[];
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: KeyEvent;
API declaration: ctrlKey: boolean;
Differences: ctrlKey: boolean;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: KeyEvent;
API declaration: altKey: boolean;
Differences: altKey: boolean;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: KeyEvent;
API declaration: shiftKey: boolean;
Differences: shiftKey: boolean;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: KeyEvent;
API declaration: logoKey: boolean;
Differences: logoKey: boolean;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: KeyEvent;
API declaration: fnKey: boolean;
Differences: fnKey: boolean;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: KeyEvent;
API declaration: capsLock: boolean;
Differences: capsLock: boolean;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: KeyEvent;
API declaration: numLock: boolean;
Differences: numLock: boolean;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: KeyEvent;
API declaration: scrollLock: boolean;
Differences: scrollLock: boolean;
api/@ohos.multimodalInput.keyEvent.d.ts
New APINAClass name: global;
API declaration: export declare enum Action
Differences: export declare enum Action
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Action;
API declaration: CANCEL = 0
Differences: CANCEL = 0
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Action;
API declaration: MOVE = 1
Differences: MOVE = 1
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Action;
API declaration: BUTTON_DOWN = 2
Differences: BUTTON_DOWN = 2
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Action;
API declaration: BUTTON_UP = 3
Differences: BUTTON_UP = 3
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Action;
API declaration: AXIS_BEGIN = 4
Differences: AXIS_BEGIN = 4
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Action;
API declaration: AXIS_UPDATE = 5
Differences: AXIS_UPDATE = 5
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Action;
API declaration: AXIS_END = 6
Differences: AXIS_END = 6
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Action;
API declaration: ACTION_DOWN = 7
Differences: ACTION_DOWN = 7
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Action;
API declaration: ACTION_UP = 8
Differences: ACTION_UP = 8
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: global;
API declaration: export declare enum Button
Differences: export declare enum Button
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Button;
API declaration: LEFT = 0
Differences: LEFT = 0
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Button;
API declaration: MIDDLE = 1
Differences: MIDDLE = 1
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Button;
API declaration: RIGHT = 2
Differences: RIGHT = 2
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Button;
API declaration: SIDE = 3
Differences: SIDE = 3
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Button;
API declaration: EXTRA = 4
Differences: EXTRA = 4
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Button;
API declaration: FORWARD = 5
Differences: FORWARD = 5
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Button;
API declaration: BACK = 6
Differences: BACK = 6
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Button;
API declaration: TASK = 7
Differences: TASK = 7
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: global;
API declaration: export declare enum Axis
Differences: export declare enum Axis
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Axis;
API declaration: SCROLL_VERTICAL = 0
Differences: SCROLL_VERTICAL = 0
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Axis;
API declaration: SCROLL_HORIZONTAL = 1
Differences: SCROLL_HORIZONTAL = 1
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: Axis;
API declaration: PINCH = 2
Differences: PINCH = 2
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: global;
API declaration: export declare interface AxisValue
Differences: export declare interface AxisValue
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: AxisValue;
API declaration: axis: Axis;
Differences: axis: Axis;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: AxisValue;
API declaration: value: number;
Differences: value: number;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: global;
API declaration: export declare enum ToolType
Differences: export declare enum ToolType
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: ToolType;
API declaration: UNKNOWN = 0
Differences: UNKNOWN = 0
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: ToolType;
API declaration: MOUSE = 1
Differences: MOUSE = 1
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: ToolType;
API declaration: JOYSTICK = 2
Differences: JOYSTICK = 2
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: ToolType;
API declaration: TOUCHPAD = 3
Differences: TOUCHPAD = 3
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: global;
API declaration: export declare interface MouseEvent
Differences: export declare interface MouseEvent
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: action: Action;
Differences: action: Action;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: screenX: number;
Differences: screenX: number;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: screenY: number;
Differences: screenY: number;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: windowX: number;
Differences: windowX: number;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: windowY: number;
Differences: windowY: number;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: rawDeltaX: number;
Differences: rawDeltaX: number;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: rawDeltaY: number;
Differences: rawDeltaY: number;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: button: Button;
Differences: button: Button;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: pressedButtons: Button[];
Differences: pressedButtons: Button[];
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: axes: AxisValue[];
Differences: axes: AxisValue[];
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: pressedKeys: KeyCode[];
Differences: pressedKeys: KeyCode[];
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: ctrlKey: boolean;
Differences: ctrlKey: boolean;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: altKey: boolean;
Differences: altKey: boolean;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: shiftKey: boolean;
Differences: shiftKey: boolean;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: logoKey: boolean;
Differences: logoKey: boolean;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: fnKey: boolean;
Differences: fnKey: boolean;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: capsLock: boolean;
Differences: capsLock: boolean;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: numLock: boolean;
Differences: numLock: boolean;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: scrollLock: boolean;
Differences: scrollLock: boolean;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: MouseEvent;
API declaration: toolType: ToolType;
Differences: toolType: ToolType;
api/@ohos.multimodalInput.mouseEvent.d.ts
New APINAClass name: global;
API declaration: declare namespace pointer
Differences: declare namespace pointer
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: enum PointerStyle
Differences: enum PointerStyle
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: DEFAULT
Differences: DEFAULT
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: EAST
Differences: EAST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: WEST
Differences: WEST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: SOUTH
Differences: SOUTH
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: NORTH
Differences: NORTH
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: WEST_EAST
Differences: WEST_EAST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: NORTH_SOUTH
Differences: NORTH_SOUTH
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: NORTH_EAST
Differences: NORTH_EAST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: NORTH_WEST
Differences: NORTH_WEST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: SOUTH_EAST
Differences: SOUTH_EAST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: SOUTH_WEST
Differences: SOUTH_WEST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: NORTH_EAST_SOUTH_WEST
Differences: NORTH_EAST_SOUTH_WEST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: NORTH_WEST_SOUTH_EAST
Differences: NORTH_WEST_SOUTH_EAST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: CROSS
Differences: CROSS
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: CURSOR_COPY
Differences: CURSOR_COPY
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: CURSOR_FORBID
Differences: CURSOR_FORBID
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: COLOR_SUCKER
Differences: COLOR_SUCKER
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: HAND_GRABBING
Differences: HAND_GRABBING
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: HAND_OPEN
Differences: HAND_OPEN
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: HAND_POINTING
Differences: HAND_POINTING
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: HELP
Differences: HELP
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: MOVE
Differences: MOVE
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: RESIZE_LEFT_RIGHT
Differences: RESIZE_LEFT_RIGHT
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: RESIZE_UP_DOWN
Differences: RESIZE_UP_DOWN
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: SCREENSHOT_CHOOSE
Differences: SCREENSHOT_CHOOSE
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: SCREENSHOT_CURSOR
Differences: SCREENSHOT_CURSOR
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: TEXT_CURSOR
Differences: TEXT_CURSOR
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: ZOOM_IN
Differences: ZOOM_IN
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: ZOOM_OUT
Differences: ZOOM_OUT
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: MIDDLE_BTN_EAST
Differences: MIDDLE_BTN_EAST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: MIDDLE_BTN_WEST
Differences: MIDDLE_BTN_WEST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: MIDDLE_BTN_SOUTH
Differences: MIDDLE_BTN_SOUTH
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: MIDDLE_BTN_NORTH
Differences: MIDDLE_BTN_NORTH
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: MIDDLE_BTN_NORTH_SOUTH
Differences: MIDDLE_BTN_NORTH_SOUTH
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: MIDDLE_BTN_NORTH_EAST
Differences: MIDDLE_BTN_NORTH_EAST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: MIDDLE_BTN_NORTH_WEST
Differences: MIDDLE_BTN_NORTH_WEST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: MIDDLE_BTN_SOUTH_EAST
Differences: MIDDLE_BTN_SOUTH_EAST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: MIDDLE_BTN_SOUTH_WEST
Differences: MIDDLE_BTN_SOUTH_WEST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: MIDDLE_BTN_NORTH_SOUTH_WEST_EAST
Differences: MIDDLE_BTN_NORTH_SOUTH_WEST_EAST
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: HORIZONTAL_TEXT_CURSOR
Differences: HORIZONTAL_TEXT_CURSOR
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: CURSOR_CROSS
Differences: CURSOR_CROSS
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: CURSOR_CIRCLE
Differences: CURSOR_CIRCLE
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: LOADING
Differences: LOADING
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PointerStyle;
API declaration: RUNNING
Differences: RUNNING
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: enum PrimaryButton
Differences: enum PrimaryButton
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PrimaryButton;
API declaration: LEFT = 0
Differences: LEFT = 0
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: PrimaryButton;
API declaration: RIGHT = 1
Differences: RIGHT = 1
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: enum RightClickType
Differences: enum RightClickType
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: RightClickType;
API declaration: TOUCHPAD_RIGHT_BUTTON = 1
Differences: TOUCHPAD_RIGHT_BUTTON = 1
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: RightClickType;
API declaration: TOUCHPAD_LEFT_BUTTON = 2
Differences: TOUCHPAD_LEFT_BUTTON = 2
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: RightClickType;
API declaration: TOUCHPAD_TWO_FINGER_TAP = 3
Differences: TOUCHPAD_TWO_FINGER_TAP = 3
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function setPointerStyle(windowId: number, pointerStyle: PointerStyle, callback: AsyncCallback<void>): void;
Differences: function setPointerStyle(windowId: number, pointerStyle: PointerStyle, callback: AsyncCallback<void>): void;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function setPointerStyle(windowId: number, pointerStyle: PointerStyle): Promise<void>;
Differences: function setPointerStyle(windowId: number, pointerStyle: PointerStyle): Promise<void>;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function setPointerStyleSync(windowId: number, pointerStyle: PointerStyle): void;
Differences: function setPointerStyleSync(windowId: number, pointerStyle: PointerStyle): void;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function getPointerStyle(windowId: number, callback: AsyncCallback<PointerStyle>): void;
Differences: function getPointerStyle(windowId: number, callback: AsyncCallback<PointerStyle>): void;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function getPointerStyle(windowId: number): Promise<PointerStyle>;
Differences: function getPointerStyle(windowId: number): Promise<PointerStyle>;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function getPointerStyleSync(windowId: number): PointerStyle;
Differences: function getPointerStyleSync(windowId: number): PointerStyle;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function setPointerVisible(visible: boolean, callback: AsyncCallback<void>): void;
Differences: function setPointerVisible(visible: boolean, callback: AsyncCallback<void>): void;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function setPointerVisible(visible: boolean): Promise<void>;
Differences: function setPointerVisible(visible: boolean): Promise<void>;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function setPointerVisibleSync(visible: boolean): void;
Differences: function setPointerVisibleSync(visible: boolean): void;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function isPointerVisible(callback: AsyncCallback<boolean>): void;
Differences: function isPointerVisible(callback: AsyncCallback<boolean>): void;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function isPointerVisible(): Promise<boolean>;
Differences: function isPointerVisible(): Promise<boolean>;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function isPointerVisibleSync(): boolean;
Differences: function isPointerVisibleSync(): boolean;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function setCustomCursor(windowId: number, pixelMap: image.PixelMap, focusX?: number, focusY?: number): Promise<void>;
Differences: function setCustomCursor(windowId: number, pixelMap: image.PixelMap, focusX?: number, focusY?: number): Promise<void>;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: pointer;
API declaration: function setCustomCursorSync(windowId: number, pixelMap: image.PixelMap, focusX?: number, focusY?: number): void;
Differences: function setCustomCursorSync(windowId: number, pixelMap: image.PixelMap, focusX?: number, focusY?: number): void;
api/@ohos.multimodalInput.pointer.d.ts
New APINAClass name: global;
API declaration: export declare enum Action
Differences: export declare enum Action
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Action;
API declaration: CANCEL = 0
Differences: CANCEL = 0
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Action;
API declaration: DOWN = 1
Differences: DOWN = 1
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Action;
API declaration: MOVE = 2
Differences: MOVE = 2
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Action;
API declaration: UP = 3
Differences: UP = 3
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: global;
API declaration: export declare enum ToolType
Differences: export declare enum ToolType
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: ToolType;
API declaration: FINGER = 0
Differences: FINGER = 0
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: ToolType;
API declaration: PEN = 1
Differences: PEN = 1
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: ToolType;
API declaration: RUBBER = 2
Differences: RUBBER = 2
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: ToolType;
API declaration: BRUSH = 3
Differences: BRUSH = 3
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: ToolType;
API declaration: PENCIL = 4
Differences: PENCIL = 4
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: ToolType;
API declaration: AIRBRUSH = 5
Differences: AIRBRUSH = 5
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: ToolType;
API declaration: MOUSE = 6
Differences: MOUSE = 6
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: ToolType;
API declaration: LENS = 7
Differences: LENS = 7
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: global;
API declaration: export declare enum SourceType
Differences: export declare enum SourceType
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: SourceType;
API declaration: TOUCH_SCREEN = 0
Differences: TOUCH_SCREEN = 0
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: SourceType;
API declaration: PEN = 1
Differences: PEN = 1
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: SourceType;
API declaration: TOUCH_PAD = 2
Differences: TOUCH_PAD = 2
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: global;
API declaration: export declare interface Touch
Differences: export declare interface Touch
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: id: number;
Differences: id: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: pressedTime: number;
Differences: pressedTime: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: screenX: number;
Differences: screenX: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: screenY: number;
Differences: screenY: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: windowX: number;
Differences: windowX: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: windowY: number;
Differences: windowY: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: pressure: number;
Differences: pressure: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: width: number;
Differences: width: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: height: number;
Differences: height: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: tiltX: number;
Differences: tiltX: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: tiltY: number;
Differences: tiltY: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: toolX: number;
Differences: toolX: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: toolY: number;
Differences: toolY: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: toolWidth: number;
Differences: toolWidth: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: toolHeight: number;
Differences: toolHeight: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: rawX: number;
Differences: rawX: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: rawY: number;
Differences: rawY: number;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: Touch;
API declaration: toolType: ToolType;
Differences: toolType: ToolType;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: global;
API declaration: export declare interface TouchEvent
Differences: export declare interface TouchEvent
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: TouchEvent;
API declaration: action: Action;
Differences: action: Action;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: TouchEvent;
API declaration: touch: Touch;
Differences: touch: Touch;
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: TouchEvent;
API declaration: touches: Touch[];
Differences: touches: Touch[];
api/@ohos.multimodalInput.touchEvent.d.ts
New APINAClass name: TouchEvent;
API declaration: sourceType: SourceType;
Differences: sourceType: SourceType;
api/@ohos.multimodalInput.touchEvent.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.multimodalInput.gestureEvent.d.ts
Differences: InputKit
api/@ohos.multimodalInput.gestureEvent.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.multimodalInput.inputDevice.d.ts
Differences: InputKit
api/@ohos.multimodalInput.inputDevice.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.multimodalInput.inputDeviceCooperate.d.ts
Differences: InputKit
api/@ohos.multimodalInput.inputDeviceCooperate.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.multimodalInput.inputEvent.d.ts
Differences: InputKit
api/@ohos.multimodalInput.inputEvent.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.multimodalInput.intentionCode.d.ts
Differences: InputKit
api/@ohos.multimodalInput.intentionCode.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.multimodalInput.keyCode.d.ts
Differences: InputKit
api/@ohos.multimodalInput.keyCode.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.multimodalInput.keyEvent.d.ts
Differences: InputKit
api/@ohos.multimodalInput.keyEvent.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.multimodalInput.mouseEvent.d.ts
Differences: InputKit
api/@ohos.multimodalInput.mouseEvent.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.multimodalInput.pointer.d.ts
Differences: InputKit
api/@ohos.multimodalInput.pointer.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.multimodalInput.touchEvent.d.ts
Differences: InputKit
api/@ohos.multimodalInput.touchEvent.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: kits@kit.InputKit.d.ts
Differences: InputKit
kits/@kit.InputKit.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ConnectivityKit

openharmony 鸿蒙 js-apidiff-ArkWeb

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-ArkData

openharmony 鸿蒙 js-apidiff-NA

openharmony 鸿蒙 js-apidiff-IPCKit

openharmony 鸿蒙 js-apidiff-ArkTS

  • 所属分类: 后端技术
  • 本文标签: 鸿蒙 软件
  • 版权声明: 本文链接 https://seaxiang.com/blog/PWDLijV2