nice way to make on.* handlers more discoverable
[?]
Nov 27, 2022, 10:54 PM
5OVKHVY6TJK53NCEUGSFBMHDENBJ25IEZNBWCI6QRCRLRKG5K7NACDependencies
- [2]
LRDM35CEapp running again - [3]
TBWAE64Aapp is now live, can communicate with driver - [*]
OTIBCAUJlove2d scaffold - [*]
YJ6ASFBGyet another fork trying to integrate my live framework with everything else - [*]
JOPVPUSAediting source code from within the app - [*]
R5QXEHUIsomebody stop me
Change contents
- edit in main.lua at line 46
if on.initialize then on.initialize(arg) end - edit in live.lua at line 26
-- TODO: how to make them discoverable? - replacement in head at line 1
0[2.10815]1 - file addition: 0001-on[8.2]
on = {-- for top-level handlers (see https://love2d.org/wiki/Main_Page for love.* variants)-- supported handlers:-- on.initialize (see love.load)-- on.quit-- on.draw-- on.update-- on.resize-- on.filedropped-- on.focus-- on.mouse_pressed (see love.mousepressed)-- on.mouse_released (see love.mousereleased)-- on.keychord_pressed (see keychord.lua in this repo)-- on.textinput-- on.key_released (see love.keyreleased)} - file addition: 0001-manifest[8.2]
{"parent":0,"on":1}