aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.txt')
-rw-r--r--examples/README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/README.txt b/examples/README.txt
index c4100eb..30d8891 100644
--- a/examples/README.txt
+++ b/examples/README.txt
@@ -1,11 +1,13 @@
EXAMPLES
+----------------------------------
-| 01-bitmap-display.lisp
+| 01-clck-and-drag-bitmap.lisp
This is the "sanity check" example. It ensures that basic things can
happen like "loading textures from disk" and "displaying textures".
+It also shows off mousevent bubbling to some extent by letting you click
+and drag the bitmap.
+----------------------------------
| 02-moving-bitmp.lisp