• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Input Kit<!--input-api-->
2
3- ArkTS APIs<!--input-arkts-->
4  - [@ohos.multimodalInput.inputDevice (Input Device)](js-apis-inputdevice.md)
5  - [@ohos.multimodalInput.inputEvent (Input Event)](js-apis-inputevent.md)
6  - [@ohos.multimodalInput.intentionCode (Intention Code)](js-apis-intentioncode.md)
7  - [@ohos.multimodalInput.keyCode (Key Code)](js-apis-keycode.md)
8  - [@ohos.multimodalInput.keyEvent (Key Event)](js-apis-keyevent.md)
9  - [@ohos.multimodalInput.mouseEvent (Mouse Event)](js-apis-mouseevent.md)
10  - [@ohos.multimodalInput.gestureEvent (Gesture Input Event)](js-apis-multimodalinput-gestureevent.md)
11  - [@ohos.multimodalInput.pointer (Mouse Pointer)](js-apis-pointer.md)
12  - [@ohos.multimodalInput.touchEvent (Touch Event)](js-apis-touchevent.md)
13  - [@ohos.multimodalInput.infraredEmitter (IR Management)](js-apis-infraredemitter.md)
14  - [@ohos.multimodalInput.inputConsumer (Global Shortcut Keys)](js-apis-inputconsumer.md)
15  <!--Del-->
16  - [@ohos.multimodalInput.pointer (Mouse Pointer) (System API)](js-apis-pointer-sys.md)
17  - [@ohos.multimodalInput.shortKey (Preset Global Shortcut Keys) (System API)](js-apis-shortKey-sys.md)
18  - [@ohos.multimodalInput.shortKey (Global Shortcut Keys) (system API)](js-apis-inputconsumer-sys.md)
19  - [@ohos.multimodalInput.inputDevice (Input device) (system API)](js-apis-inputdevice-sys.md)
20  - [@ohos.multimodalInput.inputEventClient (Input Event Injection) (System API)](js-apis-inputeventclient-sys.md)
21  - [@ohos.multimodalInput.inputMonitor (Input Monitor) (System API)](js-apis-inputmonitor-sys.md)
22  - [@ohos.multimodalInput.gestureEvent (Gesture Event) (System API)](js-apis-multimodalinput-gestureevent-sys.md)
23  - APIs No Longer Maintained<!--input-arkts-dep-->
24    - [@ohos.multimodalInput.inputDeviceCooperate (Screen Hopping) (System API)](js-apis-cooperate-sys.md)
25  <!--DelEnd-->
26- C APIs<!--input-c-->
27  - Modules<!--input-module-->
28    - [input](capi-input.md)
29  - Header Files<!--input-headerfile-->
30    - [oh_axis_type.h](capi-oh-axis-type-h.md)
31    - [oh_input_manager.h](capi-oh-input-manager-h.md)
32    - [oh_key_code.h](capi-oh-key-code-h.md)
33  - Structs<!--input-struct-->
34    - [Input_InterceptorEventCallback](capi-input-interceptoreventcallback.md)
35    - [Input_DeviceListener](capi-input-devicelistener.md)
36    - [Input_KeyState](capi-input-keystate.md)
37    - [Input_KeyEvent](capi-input-keyevent.md)
38    - [Input_MouseEvent](capi-input-mouseevent.md)
39    - [Input_TouchEvent](capi-input-touchevent.md)
40    - [Input_AxisEvent](capi-input-axisevent.md)
41    - [Input_Hotkey](capi-input-hotkey.md)
42    - [Input_DeviceInfo](capi-input-deviceinfo.md)
43    - [Input_InterceptorOptions](capi-input-interceptoroptions.md)
44- Error Codes<!--input-arkts-errcode-->
45  - [Screen Hopping Error Codes](errorcode-cooperator.md)
46  - [Shortcut Key Error Codes](errorcode-inputconsumer.md)
47  - [Input Key Monitor Error Codes](errorcode-inputmonitor.md)
48  - [Input Device Error Codes](errorcode-inputdevice.md)
49  - [Mouse Pointer Error Codes](errorcode-pointer.md)
50