1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:07:36 +00:00

Demos: Add a little "Mouse" demo for showing mouse button states

This was very helpful when adding support for 5-button mice! :^)
This commit is contained in:
Andreas Kling 2020-05-02 22:13:54 +02:00
parent 67b92a7d5f
commit b8f778a430
3 changed files with 109 additions and 0 deletions

View file

@ -150,6 +150,7 @@ cp ../Demos/WidgetGallery/WidgetGallery mnt/bin/WidgetGallery
cp ../Demos/Cube/Cube mnt/bin/Cube
cp ../Demos/Screensaver/Screensaver mnt/bin/Screensaver
cp ../Demos/Fire/Fire mnt/bin/Fire
cp ../Demos/Mouse/Mouse mnt/bin/Mouse
cp ../Demos/DynamicLink/LinkDemo/LinkDemo mnt/bin/LinkDemo
cp ../DevTools/HackStudio/HackStudio mnt/bin/HackStudio
cp ../DevTools/VisualBuilder/VisualBuilder mnt/bin/VisualBuilder