correct various names in this and other pre-freewheeling forks
[?]
Aug 26, 2023, 8:15 PM
27GDAM5JAYIH6JVNU6KOXXAK5BSEMLMMUFAIT4G7ETGEJ6BEVENQCDependencies
- [2]
N2NUGNN4include a brief reference enabling many useful apps - [3]
H5UZI3YNeditor documentation - [4]
H7WUFI5Vfix method name in documentation - [5]
A27WWJ6Hdocument a few more keyboard primitives - [6]
7IDHIAYIrename modifier_down to key_down - [7]
MXXCTVXWdocument facilities for buttons on screen
Change contents
- replacement in reference.md at line 39
`on.resize`.`App.resize`. - replacement in reference.md at line 54
* `App.update(dt)` -- called after every call to `on.draw`. Make changes toyour app's variables here rather than in `on.draw`. Provides in `dt` thetime since the previous call to `on.update`, which can be useful for things* `App.update(dt)` -- called after every call to `App.draw`. Make changes toyour app's variables here rather than in `App.draw`. Provides in `dt` thetime since the previous call to `App.update`, which can be useful for things - replacement in reference.md at line 70
button. Provides the same arguments as `on.mouse_press()` above.button. Provides the same arguments as `App.mousepressed()` above. - replacement in reference.md at line 91
together will call `on.textinput` with `A`.together will call `App.textinput` with `A`. - replacement in reference.md at line 314
`mouse_button` is pressed. See `on.mouse_press` for `mouse_button` codes.`mouse_button` is pressed. See `App.mousepressed` for `mouse_button` codes.