1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:07:45 +00:00

Demos: Remove "Mouse" application

This was a plain-looking test app for debugging mouse events.
Mouse events work now, and if we want mouse testing facilities, they
can be added to MouseSettings instead.
This commit is contained in:
Andreas Kling 2023-01-01 18:56:28 +01:00
parent 6760653d62
commit 88ebc44cbf
5 changed files with 0 additions and 241 deletions

View file

@ -5,7 +5,6 @@ add_subdirectory(LibGfxDemo)
add_subdirectory(LibGfxScaleDemo)
add_subdirectory(Mandelbrot)
add_subdirectory(ModelGallery)
add_subdirectory(Mouse)
add_subdirectory(Screensaver)
add_subdirectory(Starfield)
add_subdirectory(Tubes)