1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:37:35 +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

@ -1,17 +0,0 @@
## Name
![Icon](/res/icons/16x16/app-mouse.png) Mouse - Mouse Demo
[Open](file:///bin/Mouse)
## Synopsis
```**sh
$ Mouse
```
## Description
Mouse is an application that displays interactive graphical mouse.
It simulates mouse clicks respective of the physical button pressed. It detects and displays corresponding left button, middle button, right button clicks, and middle scroll wheel movements. It also shows side mouse button clicks if supported by the connected mouse.