aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-18 10:27:36 -0500
committerColin Okay <colin@cicadas.surf>2022-07-18 10:27:36 -0500
commit3e5fb0e5ceb14475164b2a97187c0164ad465cc3 (patch)
treeffedd738ce72f923fbb45bad207edf66c4eb5d79 /examples
parentdc83fef581b1da9ac6944a4c610fed9789d245b6 (diff)
[doc]
Diffstat (limited to 'examples')
-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