Userspace: Write simple mouse test program

This program draws circle on framebuffer, that you can move with
mouse, resize with scroll, and recolor with mouse buttons.
This commit is contained in:
2024-01-04 19:40:08 +02:00
parent 54c811ac2e
commit 40f55be587
3 changed files with 200 additions and 1 deletions

View File

@@ -26,8 +26,9 @@ set(USERSPACE_PROJECTS
sync
tee
test
test-globals
test-framebuffer
test-globals
test-mouse
test-sort
touch
u8sum