251 B
251 B
Linux 下 Input 工具
getevent /dev/input/event<X>
当由 input 事件到来时将以:
<type> <code> <value>
的格式显示出来,type、code 的定义可在 linux/input.h 和 input-event-codes.h 文件中找到。
getevent /dev/input/event<X>
当由 input 事件到来时将以:
<type> <code> <value>
的格式显示出来,type、code 的定义可在 linux/input.h 和 input-event-codes.h 文件中找到。