diff options
Diffstat (limited to 'HOWTO.md')
| -rw-r--r-- | HOWTO.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
