more realism in one more helper
Dependencies
- [2]
BXJPWVBJ. - [3]
HXH4AIF2primitives for writing tests - [4]
2CK5QI7Wmake love event names consistent - [5]
YTSPVDZHfirst successful pagedown test, first bug found by test - [6]
6E3HVYWFtest and App helper for mouse clicks - [7]
N2NUGNN4include a brief reference enabling many useful apps - [8]
VG75U7IMbugfix: typing should delete highlighted text - [*]
3QNOKBFMbeginnings of a test harness
Change contents
- replacement in reference.md at line 419
* `App.run_after_keychord(chord)` -- mimics keystrokes resulting in `chord`and then draws one frame.* `App.run_after_keychord(chord, key)` -- mimics the final `key` pressresulting in `chord` and then draws one frame. - replacement in app.lua at line 368[2.100]→[4.896:935](∅→∅),[4.896]→[4.896:935](∅→∅),[4.935]→[4.7840:7868](∅→∅),[4.7868]→[4.965:990](∅→∅),[4.965]→[4.965:990](∅→∅)
function App.run_after_keychord(chord)App.keychord_press(chord)App.keyreleased(chord)function App.run_after_keychord(chord, key)App.keychord_press(chord, key)App.keyreleased(key)