Lines Matching refs:to
2 ## Two options to use the uinput command:
4 type `uinput -` into the terminal, then type/paste commands to send to the binary.
5 Use Ctrl+D to signal end of stream to the binary (EOF).
7 This mode can be also used from an app to send uinput events.
10 When using another program to control uinput in interactive mode, registering a
12 After the device is added, you need to wait for the _onInputDeviceAdded_
14 to the device.
15 Failure to do so will cause missed events and inconsistent behavior.
18 type `uinput <filename>`, and the file will be used an an input to the binary.
19 You must add a sufficient delay after a "register" command to ensure device
37 | command | string | Must be set to "register" |
46 Device ID is used for matching the subsequent commands to a specific device
47 to avoid ambiguity when multiple devices are registered.
49 Device bus is used to determine how the uinput device is connected to the host.
52 Device configuration is used to configure uinput device. "type" field provides the UI_SET_*
53 control code, and data is a vector of control values to be sent to uinput device, depends on
63 Device abs_info fields are provided to set the device axes information. It is an array of below
77 | flat | integer | values to be discarded |
110 Add a delay to command processing
115 | command | string | Must be set to "delay" |
128 Send an array of uinput event packets [type, code, value] to the uinput device
133 | command | string | Must be set to "inject" |
134 | events | integer array | events to inject |
158 A command used to get a response once the command is processed. When several `inject` and `delay`
159 commands are used in a row, the `sync` command can be used to track the progress of the command
165 | `command` | string | Must be set to "sync" |
166 | `syncToken` | string | The token used to identify this sync command |
192 2. The `getevent` utility can used to print out the key events