From 49a99383330f1d0d5dfb2887ad7e9fd782680c3d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 23 Mar 2021 21:14:12 -0700 Subject: mouse support that requires polling --- 400.mu | 3 +++ 1 file changed, 3 insertions(+) (limited to '400.mu') diff --git a/400.mu b/400.mu index 2a0be7cf..2cf3c126 100644 --- a/400.mu +++ b/400.mu @@ -12,6 +12,9 @@ sig read-key kbd: (addr keyboard) -> _/eax: byte sig load-first-sector-from-primary-bus-secondary-drive out: (addr stream byte) sig store-first-sector-to-primary-bus-secondary-drive out: (addr stream byte) +# mouse +sig read-mouse-event -> _/eax: int, _/ecx: int + # tests sig count-test-failure sig num-test-failures -> _/eax: int -- cgit 1.4.1-2-gfad0