diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-18 10:27:36 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-18 10:27:36 -0500 |
commit | 3e5fb0e5ceb14475164b2a97187c0164ad465cc3 (patch) | |
tree | ffedd738ce72f923fbb45bad207edf66c4eb5d79 | |
parent | dc83fef581b1da9ac6944a4c610fed9789d245b6 (diff) |
[doc]
-rw-r--r-- | examples/README.txt | 4 |
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 |