File size: 1,623 Bytes
18a519f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45

* [Introduction](index.md)
  * [Installation](Installation.md)
  * [Concepts](Concepts.md)
  * [Workflows](Workflows.md)
    * [Workflow - Direct ](Workflow-Direct.md)
    * [Workflow - Embedded Actions](Workflow-Embedded.md)
    * [Workflow - Actions Asset](Workflow-ActionsAsset.md)
    * [Workflow - PlayerInput Component](Workflow-PlayerInput.md)
* [Using the Input System]()
  * [Actions](Actions.md)
      * [Input Action Assets](ActionAssets.md)
      * [Input Bindings](ActionBindings.md)
      * [Interactions](Interactions.md)
  * [Devices](Devices.md)
  * [Controls](Controls.md)
  * [Processors](Processors.md)
  * [Events](Events.md)
  * [Layouts](Layouts.md)
  * [Player Input Component](PlayerInput.md)
  * [Player Input Manager Component](PlayerInputManager.md)
  * [Input settings](Settings.md)
  * [User Management](UserManagement.md)
* [Supported Input Devices](SupportedDevices.md)
  * [Pointers](Pointers.md)
      * [Touch support](Touch.md)
      * [Mouse support](Mouse.md)
      * [Pen, tablet, and stylus support](Pen.md)
  * [Keyboard support](Keyboard.md)
  * [Gamepad support](Gamepad.md)
  * [Joystick support](Joystick.md)
  * [Sensor support](Sensors.md)
  * [HID support](HID.md)
* [UI support](UISupport.md)
  * [On-screen Controls](OnScreen.md)
* [Editor Features](EditorFeatures.md)
  * [Using Input in the Editor](UseInEditor.md)
  * [Debugging](Debugging.md)
  * [Input testing](Testing.md)
* [How do I...?](HowDoI.md)
* [Architecture](Architecture.md)
* [Migrating from the old input system](Migration.md)
* [Contributing](Contributing.md)
* [Known Limitations](KnownLimitations.md)