fix some names in documentation
Dependencies
- [2]
27GDAM5Jcorrect various names in this and other pre-freewheeling forks - [3]
UQI34GQFmake button backgrounds optional - [4]
N2NUGNN4include a brief reference enabling many useful apps - [5]
GJ4LBCIEstreamline button.lua - [6]
THJX6RCJMerge text0 - [7]
H5UZI3YNeditor documentation - [8]
MXXCTVXWdocument facilities for buttons on screen - [9]
BZHJNMDNdocument some editor constants
Change contents
- replacement in reference.md at line 51
`App.resize`.`on.resize`. - replacement in reference.md at line 117
together will call `App.textinput` with `A`.together will call `on.textinput` with `A`. - replacement in reference.md at line 289
or indirectly within `App.draw`.or indirectly within `on.draw`. - replacement in reference.md at line 291
directly or indirectly within `App.mousepressed`.directly or indirectly within `on.mouse_press`. - replacement in reference.md at line 312
Call this either directly or indirectly from `App.draw`. It will assign aCall this either directly or indirectly from `on.draw`. It will assign a - replacement in reference.md at line 324
Call this either directly or indirectly from `App.mousepressed`. It willCall this either directly or indirectly from `on.mouse_press`. It will - replacement in reference.md at line 342
`mouse_button` is pressed. See `App.mousepressed` for `mouse_button` codes.`mouse_button` is pressed. See `on.mouse_press` for `mouse_button` codes.