Added mouse article

This commit is contained in:
Ilia Sharin 2026-06-15 13:30:24 -04:00
parent aa72007e48
commit ff69a14a36
5 changed files with 721 additions and 4 deletions

View file

@ -251,6 +251,7 @@ The Amiga's documentation was scattered across out-of-print manuals, Usenet post
| [audio.md](10_devices/audio.md) | DMA audio channels |
| [keyboard.md](10_devices/keyboard.md) | Keycodes, key matrix |
| [gameport.md](10_devices/gameport.md) | Joystick and mouse |
| [mouse.md](10_devices/mouse.md) | Mouse hardware: quadrature decoding, VERTB polling, button demultiplexing, access layers |
| [input.md](10_devices/input.md) | Event stream merging |
| [console.md](10_devices/console.md) | Text terminal, escape sequences |