summaryrefslogtreecommitdiff
path: root/HOWTO.md
diff options
context:
space:
mode:
Diffstat (limited to 'HOWTO.md')
-rw-r--r--HOWTO.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/HOWTO.md b/HOWTO.md
index 059a039..73559d0 100644
--- a/HOWTO.md
+++ b/HOWTO.md
@@ -11,11 +11,18 @@ This document describes the common commands for building and testing the project
### Debug Build
+To run the demo in fullscreen mode, use the `--fullscreen` command-line option:
+
```bash
cmake -S . -B build
cmake --build build
+./build/demo64k --fullscreen
```
+Keyboard Controls:
+* `Esc`: Exit the demo.
+* `F`: Toggle fullscreen mode.
+
### Size-Optimized Build
```bash