补充内容.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-12-10 15:30:32 +08:00
parent 4cdb31f7af
commit 8f19a74734
1 changed files with 12 additions and 1 deletions

View File

@ -1,9 +1,20 @@
# Linux 下 Input 工具
```bash
getevent /dev/input/event<X>
# 捕获事件
getevent <device>
# 发送事件
sendevent <device> <type> <code> <value>
```
其中 device 是如 /dev/input/event0 这样的设备文件节点。
getevent 其他参数如下:
| Argument | Description |
|----------|---------------|
| -t | 打印事件的时间戳 |
当由 input 事件到来时将以:
```bash