forked from rich/ReWalker
added user interaction information
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user