about summary refs log tree commit diff stats
path: root/mouse.mu
diff options
context:
space:
mode:
Diffstat (limited to 'mouse.mu')
-rw-r--r--mouse.mu11
1 files changed, 0 insertions, 11 deletions
diff --git a/mouse.mu b/mouse.mu
deleted file mode 100644
index 0621b306..00000000
--- a/mouse.mu
+++ /dev/null
@@ -1,11 +0,0 @@
-# example program: managing the display
-
-recipe main [
-  switch-to-display
-  {
-    _, found?:boolean <- read-keyboard-or-mouse-event
-    break-if found?:boolean
-    loop
-  }
-  return-to-console
-]