added user interaction information

This commit is contained in:
2025-01-31 14:30:05 -05:00
parent 0be005a877
commit 28a2d42369

View File

@@ -1,7 +1,7 @@
# ReWalker
ReWalker is a simple random walker program that uses ReWindow to handle windowing and mouse operations.
This is a simple random walker that has a little twist that if the user clicks the mouse over the window it "blows" the walker away from the mouse pointer -- NOT IMPLEMENTED YET
This is a simple random walker that has a little twist that if the user clicks the mouse over the window it "blows" the walker away from the mouse pointer. Pressing the space bar will reset the walker back to the centre of the screen and pressing the esc key will close the application.
test.cpp builds to TestWindowApp as a test to help me understand how ReWindow works.
@@ -33,7 +33,6 @@ Build
Run it
```bash
./TestWindowApp
./ReWalkerApp
```
## Thanks