Piyush Patle
9d849adfab
include/debug.h: Use <nuttx/debug.h> in apps
...
Replace app-side includes of <debug.h> with <nuttx/debug.h> to use the
header from the NuttX tree explicitly after the header move.
Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
2026-04-11 10:39:27 -03:00
liuhongchao
a6286ee0ea
graphics/input: Add getevent input event monitor tool.
...
Add getevent utility for monitoring input events including
mouse clicks/movement, multi-touch coordinates/pressure,
and keyboard key presses. Supports automatic device detection
in /dev and command-line device path specification with
non-blocking I/O.
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
2026-04-09 11:59:19 +02:00
liuchan3
fdf6f57d6c
graphics/input: Adjust input tool priority and sampling rate
...
Align to monkey's priority, with a sampling rate similar to a real touch.
Signed-off-by: liuchan3 <liuchan3@xiaomi.com>
2025-08-12 20:20:01 +08:00
liuchan3
6f93e401aa
apps/graphics: Refactor the input tool using input generator library
...
Signed-off-by: liuchan3 <liuchan3@xiaomi.com>
2025-08-12 20:20:01 +08:00
liuchan3
36b117c00a
apps/graphics: Refactor monkey using input generator library
...
Signed-off-by: liuchan3 <liuchan3@xiaomi.com>
2025-08-12 20:20:01 +08:00
Zhe Weng
7bfd5e5790
apps/system: Move input/monkey to apps/graphics/input
...
Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2025-08-12 20:20:01 +08:00
Zhe Weng
7a2d5bbc64
apps/graphics: Add input generator library
...
We can use it to unify our monkey / input tools, and for other input
generation purposes easily.
Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2025-08-12 20:20:01 +08:00