Lines Matching refs:name

3 |Added|NA|Class name: inputDevice;<br>Method or attribute name: type ChangedType = 'add' \| 'remove…
4 |Added|NA|Class name: inputDevice;<br>Method or attribute name: function on(type: "change", listene…
5 |Added|NA|Class name: inputDevice;<br>Method or attribute name: function off(type: "change", listen…
6 |Added|NA|Class name: inputDevice;<br>Method or attribute name: function getDeviceList(callback: As…
7 |Added|NA|Class name: inputDevice;<br>Method or attribute name: function getDeviceList(): Promise\<…
8 |Added|NA|Class name: inputDevice;<br>Method or attribute name: function getDeviceInfo(deviceId: nu…
9 |Added|NA|Class name: inputDevice;<br>Method or attribute name: function getDeviceInfo(deviceId: nu…
10 |Added|NA|Class name: inputDevice;<br>Method or attribute name: function supportKeys(deviceId: numb…
11 |Added|NA|Class name: inputDevice;<br>Method or attribute name: function supportKeys(deviceId: numb…
12 |Added|NA|Class name: inputDevice;<br>Method or attribute name: function getKeyboardType(deviceId: …
13 |Added|NA|Class name: inputDevice;<br>Method or attribute name: function getKeyboardType(deviceId: …
14 |Added|NA|Class name: KeyboardType;<br>Method or attribute name: NONE = 0|@ohos.multimodalInput.inp…
15 |Added|NA|Class name: KeyboardType;<br>Method or attribute name: UNKNOWN = 1|@ohos.multimodalInput.…
16 |Added|NA|Class name: KeyboardType;<br>Method or attribute name: ALPHABETIC_KEYBOARD = 2|@ohos.mult…
17 |Added|NA|Class name: KeyboardType;<br>Method or attribute name: DIGITAL_KEYBOARD = 3|@ohos.multimo…
18 |Added|NA|Class name: KeyboardType;<br>Method or attribute name: HANDWRITING_PEN = 4|@ohos.multimod…
19 |Added|NA|Class name: KeyboardType;<br>Method or attribute name: REMOTE_CONTROL = 5|@ohos.multimoda…
20 |Added|NA|Class name: DeviceListener;<br>Method or attribute name: type: ChangedType;|@ohos.multimo…
21 |Added|NA|Class name: DeviceListener;<br>Method or attribute name: deviceId: number;|@ohos.multimod…
22 |Added|NA|Class name: AxisRange;<br>Method or attribute name: fuzz: number;|@ohos.multimodalInput.i…
23 |Added|NA|Class name: AxisRange;<br>Method or attribute name: flat: number;|@ohos.multimodalInput.i…
24 |Added|NA|Class name: AxisRange;<br>Method or attribute name: resolution: number;|@ohos.multimodalI…
25 |Added|NA|Class name: InputDeviceData;<br>Method or attribute name: bus: number;|@ohos.multimodalIn…
26 |Added|NA|Class name: InputDeviceData;<br>Method or attribute name: product: number;|@ohos.multimod…
27 |Added|NA|Class name: InputDeviceData;<br>Method or attribute name: vendor: number;|@ohos.multimoda…
28 |Added|NA|Class name: InputDeviceData;<br>Method or attribute name: version: number;|@ohos.multimod…
29 |Added|NA|Class name: InputDeviceData;<br>Method or attribute name: phys: string;|@ohos.multimodalI…
30 |Added|NA|Class name: InputDeviceData;<br>Method or attribute name: uniq: string;|@ohos.multimodalI…
31 |Added|NA|Class name: inputDeviceCooperate;<br>Method or attribute name: function enable(enable: bo…
32 |Added|NA|Class name: inputDeviceCooperate;<br>Method or attribute name: function enable(enable: bo…
33 |Added|NA|Class name: inputDeviceCooperate;<br>Method or attribute name: function start(sinkDeviceD…
34 |Added|NA|Class name: inputDeviceCooperate;<br>Method or attribute name: function start(sinkDeviceD…
35 |Added|NA|Class name: inputDeviceCooperate;<br>Method or attribute name: function stop(callback: As…
36 |Added|NA|Class name: inputDeviceCooperate;<br>Method or attribute name: function stop(): Promise\<…
37 |Added|NA|Class name: inputDeviceCooperate;<br>Method or attribute name: function getState(deviceDe…
38 |Added|NA|Class name: inputDeviceCooperate;<br>Method or attribute name: function getState(deviceDe…
39 |Added|NA|Class name: inputDeviceCooperate;<br>Method or attribute name: function on(type: 'coopera…
40 |Added|NA|Class name: inputDeviceCooperate;<br>Method or attribute name: function off(type: 'cooper…
41 |Added|NA|Class name: EventMsg;<br>Method or attribute name: MSG_COOPERATE_INFO_START = 200|@ohos.m…
42 |Added|NA|Class name: EventMsg;<br>Method or attribute name: MSG_COOPERATE_INFO_SUCCESS = 201|@ohos…
43 |Added|NA|Class name: EventMsg;<br>Method or attribute name: MSG_COOPERATE_INFO_FAIL = 202|@ohos.mu…
44 |Added|NA|Class name: EventMsg;<br>Method or attribute name: MSG_COOPERATE_STATE_ON = 500|@ohos.mul…
45 |Added|NA|Class name: EventMsg;<br>Method or attribute name: MSG_COOPERATE_STATE_OFF = 501|@ohos.mu…
46 |Added|NA|Class name: InputEvent;<br>Method or attribute name: id: number;|@ohos.multimodalInput.in…
47 |Added|NA|Class name: InputEvent;<br>Method or attribute name: deviceId: number;|@ohos.multimodalIn…
48 |Added|NA|Class name: InputEvent;<br>Method or attribute name: actionTime: number;|@ohos.multimodal…
49 |Added|NA|Class name: InputEvent;<br>Method or attribute name: screenId: number;|@ohos.multimodalIn…
50 |Added|NA|Class name: InputEvent;<br>Method or attribute name: windowId: number;|@ohos.multimodalIn…
51 |Added|NA|Class name: inputMonitor;<br>Method or attribute name: function on(type:"mouse", receiver…
52 |Added|NA|Class name: inputMonitor;<br>Method or attribute name: function off(type:"mouse", receive…
53 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_FN = 0|@ohos.multimodalInput.ke…
54 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_UNKNOWN = -1|@ohos.multimodalIn…
55 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_HOME = 1|@ohos.multimodalInput.…
56 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BACK = 2|@ohos.multimodalInput.…
57 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MEDIA_PLAY_PAUSE = 10|@ohos.mul…
58 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MEDIA_STOP = 11|@ohos.multimoda…
59 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MEDIA_NEXT = 12|@ohos.multimoda…
60 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MEDIA_PREVIOUS = 13|@ohos.multi…
61 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MEDIA_REWIND = 14|@ohos.multimo…
62 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MEDIA_FAST_FORWARD = 15|@ohos.m…
63 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_VOLUME_UP = 16|@ohos.multimodal…
64 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_VOLUME_DOWN = 17|@ohos.multimod…
65 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_POWER = 18|@ohos.multimodalInpu…
66 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CAMERA = 19|@ohos.multimodalInp…
67 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_VOLUME_MUTE = 22|@ohos.multimod…
68 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MUTE = 23|@ohos.multimodalInput…
69 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BRIGHTNESS_UP = 40|@ohos.multim…
70 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BRIGHTNESS_DOWN = 41|@ohos.mult…
71 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_0 = 2000|@ohos.multimodalInput.…
72 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_1 = 2001|@ohos.multimodalInput.…
73 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_2 = 2002|@ohos.multimodalInput.…
74 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_3 = 2003|@ohos.multimodalInput.…
75 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_4 = 2004|@ohos.multimodalInput.…
76 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_5 = 2005|@ohos.multimodalInput.…
77 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_6 = 2006|@ohos.multimodalInput.…
78 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_7 = 2007|@ohos.multimodalInput.…
79 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_8 = 2008|@ohos.multimodalInput.…
80 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_9 = 2009|@ohos.multimodalInput.…
81 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_STAR = 2010|@ohos.multimodalInp…
82 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_POUND = 2011|@ohos.multimodalIn…
83 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_DPAD_UP = 2012|@ohos.multimodal…
84 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_DPAD_DOWN = 2013|@ohos.multimod…
85 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_DPAD_LEFT = 2014|@ohos.multimod…
86 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_DPAD_RIGHT = 2015|@ohos.multimo…
87 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_DPAD_CENTER = 2016|@ohos.multim…
88 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_A = 2017|@ohos.multimodalInput.…
89 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_B = 2018|@ohos.multimodalInput.…
90 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_C = 2019|@ohos.multimodalInput.…
91 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_D = 2020|@ohos.multimodalInput.…
92 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_E = 2021|@ohos.multimodalInput.…
93 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F = 2022|@ohos.multimodalInput.…
94 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_G = 2023|@ohos.multimodalInput.…
95 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_H = 2024|@ohos.multimodalInput.…
96 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_I = 2025|@ohos.multimodalInput.…
97 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_J = 2026|@ohos.multimodalInput.…
98 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_K = 2027|@ohos.multimodalInput.…
99 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_L = 2028|@ohos.multimodalInput.…
100 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_M = 2029|@ohos.multimodalInput.…
101 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_N = 2030|@ohos.multimodalInput.…
102 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_O = 2031|@ohos.multimodalInput.…
103 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_P = 2032|@ohos.multimodalInput.…
104 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_Q = 2033|@ohos.multimodalInput.…
105 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_R = 2034|@ohos.multimodalInput.…
106 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_S = 2035|@ohos.multimodalInput.…
107 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_T = 2036|@ohos.multimodalInput.…
108 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_U = 2037|@ohos.multimodalInput.…
109 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_V = 2038|@ohos.multimodalInput.…
110 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_W = 2039|@ohos.multimodalInput.…
111 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_X = 2040|@ohos.multimodalInput.…
112 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_Y = 2041|@ohos.multimodalInput.…
113 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_Z = 2042|@ohos.multimodalInput.…
114 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_COMMA = 2043|@ohos.multimodalIn…
115 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PERIOD = 2044|@ohos.multimodalI…
116 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ALT_LEFT = 2045|@ohos.multimoda…
117 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ALT_RIGHT = 2046|@ohos.multimod…
118 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SHIFT_LEFT = 2047|@ohos.multimo…
119 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SHIFT_RIGHT = 2048|@ohos.multim…
120 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_TAB = 2049|@ohos.multimodalInpu…
121 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SPACE = 2050|@ohos.multimodalIn…
122 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SYM = 2051|@ohos.multimodalInpu…
123 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_EXPLORER = 2052|@ohos.multimoda…
124 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ENVELOPE = 2053|@ohos.multimoda…
125 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ENTER = 2054|@ohos.multimodalIn…
126 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_DEL = 2055|@ohos.multimodalInpu…
127 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_GRAVE = 2056|@ohos.multimodalIn…
128 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MINUS = 2057|@ohos.multimodalIn…
129 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_EQUALS = 2058|@ohos.multimodalI…
130 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_LEFT_BRACKET = 2059|@ohos.multi…
131 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_RIGHT_BRACKET = 2060|@ohos.mult…
132 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BACKSLASH = 2061|@ohos.multimod…
133 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SEMICOLON = 2062|@ohos.multimod…
134 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_APOSTROPHE = 2063|@ohos.multimo…
135 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SLASH = 2064|@ohos.multimodalIn…
136 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_AT = 2065|@ohos.multimodalInput…
137 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PLUS = 2066|@ohos.multimodalInp…
138 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MENU = 2067|@ohos.multimodalInp…
139 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PAGE_UP = 2068|@ohos.multimodal…
140 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PAGE_DOWN = 2069|@ohos.multimod…
141 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ESCAPE = 2070|@ohos.multimodalI…
142 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_FORWARD_DEL = 2071|@ohos.multim…
143 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CTRL_LEFT = 2072|@ohos.multimod…
144 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CTRL_RIGHT = 2073|@ohos.multimo…
145 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CAPS_LOCK = 2074|@ohos.multimod…
146 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SCROLL_LOCK = 2075|@ohos.multim…
147 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_META_LEFT = 2076|@ohos.multimod…
148 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_META_RIGHT = 2077|@ohos.multimo…
149 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_FUNCTION = 2078|@ohos.multimoda…
150 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SYSRQ = 2079|@ohos.multimodalIn…
151 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BREAK = 2080|@ohos.multimodalIn…
152 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MOVE_HOME = 2081|@ohos.multimod…
153 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MOVE_END = 2082|@ohos.multimoda…
154 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_INSERT = 2083|@ohos.multimodalI…
155 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_FORWARD = 2084|@ohos.multimodal…
156 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MEDIA_PLAY = 2085|@ohos.multimo…
157 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MEDIA_PAUSE = 2086|@ohos.multim…
158 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MEDIA_CLOSE = 2087|@ohos.multim…
159 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MEDIA_EJECT = 2088|@ohos.multim…
160 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MEDIA_RECORD = 2089|@ohos.multi…
161 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F1 = 2090|@ohos.multimodalInput…
162 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F2 = 2091|@ohos.multimodalInput…
163 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F3 = 2092|@ohos.multimodalInput…
164 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F4 = 2093|@ohos.multimodalInput…
165 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F5 = 2094|@ohos.multimodalInput…
166 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F6 = 2095|@ohos.multimodalInput…
167 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F7 = 2096|@ohos.multimodalInput…
168 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F8 = 2097|@ohos.multimodalInput…
169 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F9 = 2098|@ohos.multimodalInput…
170 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F10 = 2099|@ohos.multimodalInpu…
171 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F11 = 2100|@ohos.multimodalInpu…
172 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F12 = 2101|@ohos.multimodalInpu…
173 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUM_LOCK = 2102|@ohos.multimoda…
174 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_0 = 2103|@ohos.multimoda…
175 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_1 = 2104|@ohos.multimoda…
176 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_2 = 2105|@ohos.multimoda…
177 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_3 = 2106|@ohos.multimoda…
178 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_4 = 2107|@ohos.multimoda…
179 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_5 = 2108|@ohos.multimoda…
180 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_6 = 2109|@ohos.multimoda…
181 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_7 = 2110|@ohos.multimoda…
182 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_8 = 2111|@ohos.multimoda…
183 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_9 = 2112|@ohos.multimoda…
184 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_DIVIDE = 2113|@ohos.mult…
185 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_MULTIPLY = 2114|@ohos.mu…
186 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_SUBTRACT = 2115|@ohos.mu…
187 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_ADD = 2116|@ohos.multimo…
188 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_DOT = 2117|@ohos.multimo…
189 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_COMMA = 2118|@ohos.multi…
190 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_ENTER = 2119|@ohos.multi…
191 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_EQUALS = 2120|@ohos.mult…
192 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_LEFT_PAREN = 2121|@ohos.…
193 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_RIGHT_PAREN = 2122|@ohos…
194 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_VIRTUAL_MULTITASK = 2210|@ohos.…
195 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SLEEP = 2600|@ohos.multimodalIn…
196 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ZENKAKU_HANKAKU = 2601|@ohos.mu…
197 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_102ND = 2602|@ohos.multimodalIn…
198 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_RO = 2603|@ohos.multimodalInput…
199 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_KATAKANA = 2604|@ohos.multimoda…
200 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_HIRAGANA = 2605|@ohos.multimoda…
201 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_HENKAN = 2606|@ohos.multimodalI…
202 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_KATAKANA_HIRAGANA = 2607|@ohos.…
203 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MUHENKAN = 2608|@ohos.multimoda…
204 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_LINEFEED = 2609|@ohos.multimoda…
205 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MACRO = 2610|@ohos.multimodalIn…
206 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NUMPAD_PLUSMINUS = 2611|@ohos.m…
207 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SCALE = 2612|@ohos.multimodalIn…
208 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_HANGUEL = 2613|@ohos.multimodal…
209 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_HANJA = 2614|@ohos.multimodalIn…
210 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_YEN = 2615|@ohos.multimodalInpu…
211 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_STOP = 2616|@ohos.multimodalInp…
212 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_AGAIN = 2617|@ohos.multimodalIn…
213 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PROPS = 2618|@ohos.multimodalIn…
214 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_UNDO = 2619|@ohos.multimodalInp…
215 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_COPY = 2620|@ohos.multimodalInp…
216 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_OPEN = 2621|@ohos.multimodalInp…
217 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PASTE = 2622|@ohos.multimodalIn…
218 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_FIND = 2623|@ohos.multimodalInp…
219 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CUT = 2624|@ohos.multimodalInpu…
220 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_HELP = 2625|@ohos.multimodalInp…
221 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CALC = 2626|@ohos.multimodalInp…
222 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_FILE = 2627|@ohos.multimodalInp…
223 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BOOKMARKS = 2628|@ohos.multimod…
224 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NEXT = 2629|@ohos.multimodalInp…
225 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PLAYPAUSE = 2630|@ohos.multimod…
226 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PREVIOUS = 2631|@ohos.multimoda…
227 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_STOPCD = 2632|@ohos.multimodalI…
228 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CONFIG = 2634|@ohos.multimodalI…
229 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_REFRESH = 2635|@ohos.multimodal…
230 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_EXIT = 2636|@ohos.multimodalInp…
231 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_EDIT = 2637|@ohos.multimodalInp…
232 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SCROLLUP = 2638|@ohos.multimoda…
233 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SCROLLDOWN = 2639|@ohos.multimo…
234 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NEW = 2640|@ohos.multimodalInpu…
235 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_REDO = 2641|@ohos.multimodalInp…
236 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CLOSE = 2642|@ohos.multimodalIn…
237 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PLAY = 2643|@ohos.multimodalInp…
238 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BASSBOOST = 2644|@ohos.multimod…
239 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PRINT = 2645|@ohos.multimodalIn…
240 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CHAT = 2646|@ohos.multimodalInp…
241 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_FINANCE = 2647|@ohos.multimodal…
242 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CANCEL = 2648|@ohos.multimodalI…
243 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_KBDILLUM_TOGGLE = 2649|@ohos.mu…
244 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_KBDILLUM_DOWN = 2650|@ohos.mult…
245 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_KBDILLUM_UP = 2651|@ohos.multim…
246 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SEND = 2652|@ohos.multimodalInp…
247 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_REPLY = 2653|@ohos.multimodalIn…
248 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_FORWARDMAIL = 2654|@ohos.multim…
249 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SAVE = 2655|@ohos.multimodalInp…
250 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_DOCUMENTS = 2656|@ohos.multimod…
251 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_VIDEO_NEXT = 2657|@ohos.multimo…
252 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_VIDEO_PREV = 2658|@ohos.multimo…
253 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BRIGHTNESS_CYCLE = 2659|@ohos.m…
254 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BRIGHTNESS_ZERO = 2660|@ohos.mu…
255 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_DISPLAY_OFF = 2661|@ohos.multim…
256 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BTN_MISC = 2662|@ohos.multimoda…
257 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_GOTO = 2663|@ohos.multimodalInp…
258 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_INFO = 2664|@ohos.multimodalInp…
259 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PROGRAM = 2665|@ohos.multimodal…
260 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PVR = 2666|@ohos.multimodalInpu…
261 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SUBTITLE = 2667|@ohos.multimoda…
262 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_FULL_SCREEN = 2668|@ohos.multim…
263 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_KEYBOARD = 2669|@ohos.multimoda…
264 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ASPECT_RATIO = 2670|@ohos.multi…
265 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PC = 2671|@ohos.multimodalInput…
266 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_TV = 2672|@ohos.multimodalInput…
267 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_TV2 = 2673|@ohos.multimodalInpu…
268 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_VCR = 2674|@ohos.multimodalInpu…
269 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_VCR2 = 2675|@ohos.multimodalInp…
270 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SAT = 2676|@ohos.multimodalInpu…
271 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CD = 2677|@ohos.multimodalInput…
272 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_TAPE = 2678|@ohos.multimodalInp…
273 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_TUNER = 2679|@ohos.multimodalIn…
274 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PLAYER = 2680|@ohos.multimodalI…
275 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_DVD = 2681|@ohos.multimodalInpu…
276 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_AUDIO = 2682|@ohos.multimodalIn…
277 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_VIDEO = 2683|@ohos.multimodalIn…
278 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MEMO = 2684|@ohos.multimodalInp…
279 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CALENDAR = 2685|@ohos.multimoda…
280 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_RED = 2686|@ohos.multimodalInpu…
281 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_GREEN = 2687|@ohos.multimodalIn…
282 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_YELLOW = 2688|@ohos.multimodalI…
283 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BLUE = 2689|@ohos.multimodalInp…
284 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CHANNELUP = 2690|@ohos.multimod…
285 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CHANNELDOWN = 2691|@ohos.multim…
286 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_LAST = 2692|@ohos.multimodalInp…
287 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_RESTART = 2693|@ohos.multimodal…
288 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SLOW = 2694|@ohos.multimodalInp…
289 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SHUFFLE = 2695|@ohos.multimodal…
290 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_VIDEOPHONE = 2696|@ohos.multimo…
291 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_GAMES = 2697|@ohos.multimodalIn…
292 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ZOOMIN = 2698|@ohos.multimodalI…
293 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ZOOMOUT = 2699|@ohos.multimodal…
294 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ZOOMRESET = 2700|@ohos.multimod…
295 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_WORDPROCESSOR = 2701|@ohos.mult…
296 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_EDITOR = 2702|@ohos.multimodalI…
297 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SPREADSHEET = 2703|@ohos.multim…
298 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_GRAPHICSEDITOR = 2704|@ohos.mul…
299 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PRESENTATION = 2705|@ohos.multi…
300 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_DATABASE = 2706|@ohos.multimoda…
301 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_NEWS = 2707|@ohos.multimodalInp…
302 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_VOICEMAIL = 2708|@ohos.multimod…
303 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ADDRESSBOOK = 2709|@ohos.multim…
304 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MESSENGER = 2710|@ohos.multimod…
305 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BRIGHTNESS_TOGGLE = 2711|@ohos.…
306 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SPELLCHECK = 2712|@ohos.multimo…
307 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_COFFEE = 2713|@ohos.multimodalI…
308 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MEDIA_REPEAT = 2714|@ohos.multi…
309 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_IMAGES = 2715|@ohos.multimodalI…
310 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BUTTONCONFIG = 2716|@ohos.multi…
311 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_TASKMANAGER = 2717|@ohos.multim…
312 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_JOURNAL = 2718|@ohos.multimodal…
313 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CONTROLPANEL = 2719|@ohos.multi…
314 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_APPSELECT = 2720|@ohos.multimod…
315 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SCREENSAVER = 2721|@ohos.multim…
316 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ASSISTANT = 2722|@ohos.multimod…
317 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_KBD_LAYOUT_NEXT = 2723|@ohos.mu…
318 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BRIGHTNESS_MIN = 2724|@ohos.mul…
319 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BRIGHTNESS_MAX = 2725|@ohos.mul…
320 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_KBDINPUTASSIST_PREV = 2726|@oho…
321 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_KBDINPUTASSIST_NEXT = 2727|@oho…
322 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_KBDINPUTASSIST_PREVGROUP = 2728…
323 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_KBDINPUTASSIST_NEXTGROUP = 2729…
324 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_KBDINPUTASSIST_ACCEPT = 2730|@o…
325 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_KBDINPUTASSIST_CANCEL = 2731|@o…
326 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_FRONT = 2800|@ohos.multimodalIn…
327 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SETUP = 2801|@ohos.multimodalIn…
328 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_WAKEUP = 2802|@ohos.multimodalI…
329 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SENDFILE = 2803|@ohos.multimoda…
330 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_DELETEFILE = 2804|@ohos.multimo…
331 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_XFER = 2805|@ohos.multimodalInp…
332 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PROG1 = 2806|@ohos.multimodalIn…
333 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PROG2 = 2807|@ohos.multimodalIn…
334 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MSDOS = 2808|@ohos.multimodalIn…
335 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SCREENLOCK = 2809|@ohos.multimo…
336 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_DIRECTION_ROTATE_DISPLAY = 2810…
337 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CYCLEWINDOWS = 2811|@ohos.multi…
338 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_COMPUTER = 2812|@ohos.multimoda…
339 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_EJECTCLOSECD = 2813|@ohos.multi…
340 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ISO = 2814|@ohos.multimodalInpu…
341 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_MOVE = 2815|@ohos.multimodalInp…
342 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F13 = 2816|@ohos.multimodalInpu…
343 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F14 = 2817|@ohos.multimodalInpu…
344 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F15 = 2818|@ohos.multimodalInpu…
345 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F16 = 2819|@ohos.multimodalInpu…
346 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F17 = 2820|@ohos.multimodalInpu…
347 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F18 = 2821|@ohos.multimodalInpu…
348 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F19 = 2822|@ohos.multimodalInpu…
349 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F20 = 2823|@ohos.multimodalInpu…
350 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F21 = 2824|@ohos.multimodalInpu…
351 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F22 = 2825|@ohos.multimodalInpu…
352 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F23 = 2826|@ohos.multimodalInpu…
353 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_F24 = 2827|@ohos.multimodalInpu…
354 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PROG3 = 2828|@ohos.multimodalIn…
355 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_PROG4 = 2829|@ohos.multimodalIn…
356 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_DASHBOARD = 2830|@ohos.multimod…
357 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SUSPEND = 2831|@ohos.multimodal…
358 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_HP = 2832|@ohos.multimodalInput…
359 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SOUND = 2833|@ohos.multimodalIn…
360 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_QUESTION = 2834|@ohos.multimoda…
361 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CONNECT = 2836|@ohos.multimodal…
362 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SPORT = 2837|@ohos.multimodalIn…
363 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SHOP = 2838|@ohos.multimodalInp…
364 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_ALTERASE = 2839|@ohos.multimoda…
365 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SWITCHVIDEOMODE = 2841|@ohos.mu…
366 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BATTERY = 2842|@ohos.multimodal…
367 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BLUETOOTH = 2843|@ohos.multimod…
368 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_WLAN = 2844|@ohos.multimodalInp…
369 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_UWB = 2845|@ohos.multimodalInpu…
370 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_WWAN_WIMAX = 2846|@ohos.multimo…
371 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_RFKILL = 2847|@ohos.multimodalI…
372 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_CHANNEL = 3001|@ohos.multimodal…
373 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BTN_0 = 3100|@ohos.multimodalIn…
374 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BTN_1 = 3101|@ohos.multimodalIn…
375 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BTN_2 = 3102|@ohos.multimodalIn…
376 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BTN_3 = 3103|@ohos.multimodalIn…
377 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BTN_4 = 3104|@ohos.multimodalIn…
378 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BTN_5 = 3105|@ohos.multimodalIn…
379 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BTN_6 = 3106|@ohos.multimodalIn…
380 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BTN_7 = 3107|@ohos.multimodalIn…
381 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BTN_8 = 3108|@ohos.multimodalIn…
382 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_BTN_9 = 3109|@ohos.multimodalIn…
383 |Added|NA|Class name: Action;<br>Method or attribute name: CANCEL = 0|@ohos.multimodalInput.keyEven…
384 |Added|NA|Class name: Action;<br>Method or attribute name: DOWN = 1|@ohos.multimodalInput.keyEvent.…
385 |Added|NA|Class name: Action;<br>Method or attribute name: UP = 2|@ohos.multimodalInput.keyEvent.d.…
386 |Added|NA|Class name: Key;<br>Method or attribute name: code: KeyCode;|@ohos.multimodalInput.keyEve…
387 |Added|NA|Class name: Key;<br>Method or attribute name: pressedTime: number;|@ohos.multimodalInput.…
388 |Added|NA|Class name: Key;<br>Method or attribute name: deviceId: number;|@ohos.multimodalInput.key…
389 |Added|NA|Class name: KeyEvent;<br>Method or attribute name: action: Action;|@ohos.multimodalInput.…
390 |Added|NA|Class name: KeyEvent;<br>Method or attribute name: key: Key;|@ohos.multimodalInput.keyEve…
391 |Added|NA|Class name: KeyEvent;<br>Method or attribute name: unicodeChar: number;|@ohos.multimodalI…
392 |Added|NA|Class name: KeyEvent;<br>Method or attribute name: keys: Key[];|@ohos.multimodalInput.key…
393 |Added|NA|Class name: KeyEvent;<br>Method or attribute name: ctrlKey: boolean;|@ohos.multimodalInpu…
394 |Added|NA|Class name: KeyEvent;<br>Method or attribute name: altKey: boolean;|@ohos.multimodalInput…
395 |Added|NA|Class name: KeyEvent;<br>Method or attribute name: shiftKey: boolean;|@ohos.multimodalInp…
396 |Added|NA|Class name: KeyEvent;<br>Method or attribute name: logoKey: boolean;|@ohos.multimodalInpu…
397 |Added|NA|Class name: KeyEvent;<br>Method or attribute name: fnKey: boolean;|@ohos.multimodalInput.…
398 |Added|NA|Class name: KeyEvent;<br>Method or attribute name: capsLock: boolean;|@ohos.multimodalInp…
399 |Added|NA|Class name: KeyEvent;<br>Method or attribute name: numLock: boolean;|@ohos.multimodalInpu…
400 |Added|NA|Class name: KeyEvent;<br>Method or attribute name: scrollLock: boolean;|@ohos.multimodalI…
401 |Added|NA|Class name: Action;<br>Method or attribute name: CANCEL = 0|@ohos.multimodalInput.mouseEv…
402 |Added|NA|Class name: Action;<br>Method or attribute name: MOVE = 1|@ohos.multimodalInput.mouseEven…
403 |Added|NA|Class name: Action;<br>Method or attribute name: BUTTON_DOWN = 2|@ohos.multimodalInput.mo…
404 |Added|NA|Class name: Action;<br>Method or attribute name: BUTTON_UP = 3|@ohos.multimodalInput.mous…
405 |Added|NA|Class name: Action;<br>Method or attribute name: AXIS_BEGIN = 4|@ohos.multimodalInput.mou…
406 |Added|NA|Class name: Action;<br>Method or attribute name: AXIS_UPDATE = 5|@ohos.multimodalInput.mo…
407 |Added|NA|Class name: Action;<br>Method or attribute name: AXIS_END = 6|@ohos.multimodalInput.mouse…
408 |Added|NA|Class name: Button;<br>Method or attribute name: LEFT = 0|@ohos.multimodalInput.mouseEven…
409 |Added|NA|Class name: Button;<br>Method or attribute name: MIDDLE = 1|@ohos.multimodalInput.mouseEv…
410 |Added|NA|Class name: Button;<br>Method or attribute name: RIGHT = 2|@ohos.multimodalInput.mouseEve…
411 |Added|NA|Class name: Button;<br>Method or attribute name: SIDE = 3|@ohos.multimodalInput.mouseEven…
412 |Added|NA|Class name: Button;<br>Method or attribute name: EXTRA = 4|@ohos.multimodalInput.mouseEve…
413 |Added|NA|Class name: Button;<br>Method or attribute name: FORWARD = 5|@ohos.multimodalInput.mouseE…
414 |Added|NA|Class name: Button;<br>Method or attribute name: BACK = 6|@ohos.multimodalInput.mouseEven…
415 |Added|NA|Class name: Button;<br>Method or attribute name: TASK = 7|@ohos.multimodalInput.mouseEven…
416 |Added|NA|Class name: Axis;<br>Method or attribute name: SCROLL_VERTICAL = 0|@ohos.multimodalInput.…
417 |Added|NA|Class name: Axis;<br>Method or attribute name: SCROLL_HORIZONTAL = 1|@ohos.multimodalInpu…
418 |Added|NA|Class name: Axis;<br>Method or attribute name: PINCH = 2|@ohos.multimodalInput.mouseEvent…
419 |Added|NA|Class name: AxisValue;<br>Method or attribute name: axis: Axis;|@ohos.multimodalInput.mou…
420 |Added|NA|Class name: AxisValue;<br>Method or attribute name: value: number|@ohos.multimodalInput.m…
421 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: action: Action;|@ohos.multimodalInpu…
422 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: screenX: number;|@ohos.multimodalInp…
423 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: screenY: number;|@ohos.multimodalInp…
424 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: windowX: number;|@ohos.multimodalInp…
425 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: windowY: number;|@ohos.multimodalInp…
426 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: rawDeltaX: number;|@ohos.multimodalI…
427 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: rawDeltaY: number;|@ohos.multimodalI…
428 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: button: Button;|@ohos.multimodalInpu…
429 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: pressedButtons: Button[];|@ohos.mult…
430 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: axes: AxisValue[];|@ohos.multimodalI…
431 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: pressedKeys: KeyCode[];|@ohos.multim…
432 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: ctrlKey: boolean;|@ohos.multimodalIn…
433 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: altKey: boolean;|@ohos.multimodalInp…
434 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: shiftKey: boolean;|@ohos.multimodalI…
435 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: logoKey: boolean;|@ohos.multimodalIn…
436 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: fnKey:boolean|@ohos.multimodalInput.…
437 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: capsLock:boolean|@ohos.multimodalInp…
438 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: numLock:boolean|@ohos.multimodalInpu…
439 |Added|NA|Class name: MouseEvent;<br>Method or attribute name: scrollLock:boolean|@ohos.multimodalI…
440 |Added|NA|Class name: pointer;<br>Method or attribute name: function setPointerSpeed(speed: number,…
441 |Added|NA|Class name: pointer;<br>Method or attribute name: function setPointerSpeed(speed: number)…
442 |Added|NA|Class name: pointer;<br>Method or attribute name: function getPointerSpeed(callback: Asyn…
443 |Added|NA|Class name: pointer;<br>Method or attribute name: function getPointerSpeed(): Promise\<nu…
444 |Added|NA|Class name: pointer;<br>Method or attribute name: function setPointerStyle(windowId: numb…
445 |Added|NA|Class name: pointer;<br>Method or attribute name: function setPointerStyle(windowId: numb…
446 |Added|NA|Class name: pointer;<br>Method or attribute name: function getPointerStyle(windowId: numb…
447 |Added|NA|Class name: pointer;<br>Method or attribute name: function getPointerStyle(windowId: numb…
448 |Added|NA|Class name: pointer;<br>Method or attribute name: function setPointerVisible(visible: boo…
449 |Added|NA|Class name: pointer;<br>Method or attribute name: function setPointerVisible(visible: boo…
450 |Added|NA|Class name: pointer;<br>Method or attribute name: function isPointerVisible(callback: Asy…
451 |Added|NA|Class name: pointer;<br>Method or attribute name: function isPointerVisible(): Promise\<b…
452 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: DEFAULT|@ohos.multimodalInput.poin…
453 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: EAST|@ohos.multimodalInput.pointer…
454 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: WEST|@ohos.multimodalInput.pointer…
455 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: SOUTH|@ohos.multimodalInput.pointe…
456 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: NORTH|@ohos.multimodalInput.pointe…
457 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: WEST_EAST|@ohos.multimodalInput.po…
458 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: NORTH_SOUTH|@ohos.multimodalInput.…
459 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: NORTH_EAST|@ohos.multimodalInput.p…
460 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: NORTH_WEST|@ohos.multimodalInput.p…
461 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: SOUTH_EAST|@ohos.multimodalInput.p…
462 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: SOUTH_WEST|@ohos.multimodalInput.p…
463 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: NORTH_EAST_SOUTH_WEST|@ohos.multim…
464 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: NORTH_WEST_SOUTH_EAST|@ohos.multim…
465 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: CROSS|@ohos.multimodalInput.pointe…
466 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: CURSOR_COPY|@ohos.multimodalInput.…
467 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: CURSOR_FORBID|@ohos.multimodalInpu…
468 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: COLOR_SUCKER|@ohos.multimodalInput…
469 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: HAND_GRABBING|@ohos.multimodalInpu…
470 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: HAND_OPEN|@ohos.multimodalInput.po…
471 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: HAND_POINTING|@ohos.multimodalInpu…
472 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: HELP|@ohos.multimodalInput.pointer…
473 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: MOVE|@ohos.multimodalInput.pointer…
474 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: RESIZE_LEFT_RIGHT|@ohos.multimodal…
475 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: RESIZE_UP_DOWN|@ohos.multimodalInp…
476 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: SCREENSHOT_CHOOSE|@ohos.multimodal…
477 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: SCREENSHOT_CURSOR|@ohos.multimodal…
478 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: TEXT_CURSOR|@ohos.multimodalInput.…
479 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: ZOOM_IN|@ohos.multimodalInput.poin…
480 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: ZOOM_OUT|@ohos.multimodalInput.poi…
481 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: MIDDLE_BTN_EAST|@ohos.multimodalIn…
482 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: MIDDLE_BTN_WEST|@ohos.multimodalIn…
483 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: MIDDLE_BTN_SOUTH|@ohos.multimodalI…
484 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: MIDDLE_BTN_NORTH|@ohos.multimodalI…
485 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: MIDDLE_BTN_NORTH_SOUTH|@ohos.multi…
486 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: MIDDLE_BTN_NORTH_EAST|@ohos.multim…
487 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: MIDDLE_BTN_NORTH_WEST|@ohos.multim…
488 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: MIDDLE_BTN_SOUTH_EAST|@ohos.multim…
489 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: MIDDLE_BTN_SOUTH_WEST|@ohos.multim…
490 |Added|NA|Class name: PointerStyle;<br>Method or attribute name: MIDDLE_BTN_NORTH_SOUTH_WEST_EAST|@…
491 |Added|NA|Class name: Action;<br>Method or attribute name: CANCEL = 0|@ohos.multimodalInput.touchEv…
492 |Added|NA|Class name: Action;<br>Method or attribute name: DOWN = 1|@ohos.multimodalInput.touchEven…
493 |Added|NA|Class name: Action;<br>Method or attribute name: MOVE = 2|@ohos.multimodalInput.touchEven…
494 |Added|NA|Class name: Action;<br>Method or attribute name: UP = 3|@ohos.multimodalInput.touchEvent.…
495 |Added|NA|Class name: ToolType;<br>Method or attribute name: FINGER = 0|@ohos.multimodalInput.touch…
496 |Added|NA|Class name: ToolType;<br>Method or attribute name: PEN = 1|@ohos.multimodalInput.touchEve…
497 |Added|NA|Class name: SourceType;<br>Method or attribute name: PEN = 1|@ohos.multimodalInput.touchE…
498 |Added|NA|Class name: ToolType;<br>Method or attribute name: RUBBER = 2|@ohos.multimodalInput.touch…
499 |Added|NA|Class name: ToolType;<br>Method or attribute name: BRUSH = 3|@ohos.multimodalInput.touchE…
500 |Added|NA|Class name: ToolType;<br>Method or attribute name: PENCIL = 4|@ohos.multimodalInput.touch…
501 |Added|NA|Class name: ToolType;<br>Method or attribute name: AIRBRUSH = 5|@ohos.multimodalInput.tou…
502 |Added|NA|Class name: ToolType;<br>Method or attribute name: MOUSE = 6|@ohos.multimodalInput.touchE…
503 |Added|NA|Class name: ToolType;<br>Method or attribute name: LENS = 7|@ohos.multimodalInput.touchEv…
504 |Added|NA|Class name: SourceType;<br>Method or attribute name: TOUCH_SCREEN = 0|@ohos.multimodalInp…
505 |Added|NA|Class name: SourceType;<br>Method or attribute name: TOUCH_PAD = 2|@ohos.multimodalInput.…
506 |Added|NA|Class name: Touch;<br>Method or attribute name: id: number;|@ohos.multimodalInput.touchEv…
507 |Added|NA|Class name: Touch;<br>Method or attribute name: pressedTime: number;|@ohos.multimodalInpu…
508 |Added|NA|Class name: Touch;<br>Method or attribute name: screenX: number;|@ohos.multimodalInput.to…
509 |Added|NA|Class name: Touch;<br>Method or attribute name: screenY: number;|@ohos.multimodalInput.to…
510 |Added|NA|Class name: Touch;<br>Method or attribute name: windowX: number;|@ohos.multimodalInput.to…
511 |Added|NA|Class name: Touch;<br>Method or attribute name: windowY: number;|@ohos.multimodalInput.to…
512 |Added|NA|Class name: Touch;<br>Method or attribute name: pressure: number;|@ohos.multimodalInput.t…
513 |Added|NA|Class name: Touch;<br>Method or attribute name: width: number;|@ohos.multimodalInput.touc…
514 |Added|NA|Class name: Touch;<br>Method or attribute name: height: number;|@ohos.multimodalInput.tou…
515 |Added|NA|Class name: Touch;<br>Method or attribute name: tiltX: number;|@ohos.multimodalInput.touc…
516 |Added|NA|Class name: Touch;<br>Method or attribute name: tiltY: number;|@ohos.multimodalInput.touc…
517 |Added|NA|Class name: Touch;<br>Method or attribute name: toolX: number;|@ohos.multimodalInput.touc…
518 |Added|NA|Class name: Touch;<br>Method or attribute name: toolY: number;|@ohos.multimodalInput.touc…
519 |Added|NA|Class name: Touch;<br>Method or attribute name: toolWidth: number;|@ohos.multimodalInput.…
520 |Added|NA|Class name: Touch;<br>Method or attribute name: toolHeight: number;|@ohos.multimodalInput…
521 |Added|NA|Class name: Touch;<br>Method or attribute name: rawX: number;|@ohos.multimodalInput.touch…
522 |Added|NA|Class name: Touch;<br>Method or attribute name: rawY: number;|@ohos.multimodalInput.touch…
523 |Added|NA|Class name: Touch;<br>Method or attribute name: toolType: ToolType;|@ohos.multimodalInput…
524 |Added|NA|Class name: TouchEvent;<br>Method or attribute name: action: Action;|@ohos.multimodalInpu…
525 |Added|NA|Class name: TouchEvent;<br>Method or attribute name: touch: Touch;|@ohos.multimodalInput.…
526 |Added|NA|Class name: TouchEvent;<br>Method or attribute name: touches: Touch[];|@ohos.multimodalIn…
527 |Added|NA|Class name: TouchEvent;<br>Method or attribute name: sourceType: SourceType;|@ohos.multim…
528name: inputDevice;<br>Method or attribute name: function getDeviceIds(callback: AsyncCallback\<Arr…
529name: inputDevice;<br>Method or attribute name: function getDeviceIds(): Promise\<Array\<number>>;…
530name: inputDevice;<br>Method or attribute name: function getDevice(deviceId: number, callback: Asy…
531name: inputDevice;<br>Method or attribute name: function getDevice(deviceId: number): Promise\<Inp…
532name: inputConsumer;<br>Method or attribute name: function on(type: "key", keyOptions: KeyOptions,…
533name: inputConsumer;<br>Method or attribute name: function off(type: "key", keyOptions: KeyOptions…
534name: inputEventClient;<br>Method or attribute name: function injectEvent({KeyEvent: KeyEvent}): v…
535name: inputMonitor;<br>Method or attribute name: function on(type:"touch", receiver:TouchEventRece…
536name: inputMonitor;<br>Method or attribute name: function off(type:"touch", receiver?:TouchEventRe…
537 …changed|Class name: inputDevice;<br>Method or attribute name: type AxisType = 'NULL';|Class name: …