a few more renames
[?]
Dec 24, 2022, 4:30 AM
WZZGVKSGCAEPDTHCT4IKNNAWDHUEATGOAT4FBLQUPF64CSJSNVJQCDependencies
- [2]
NVVHJWJEa new event: receiving code changes from the driver - [3]
RXNR3U5EMerge text.love - [4]
36Z442IVback to commit 8123959e52f without code editing - [5]
WNHI74P7load manifest in correct order - [6]
LRDM35CEapp running again - [7]
YJ6ASFBGyet another fork trying to integrate my live framework with everything else - [8]
OTIBCAUJlove2d scaffold - [9]
5OVKHVY6nice way to make on.* handlers more discoverable
Change contents
- replacement in main.lua at line 83
if on.filedropped then on.filedropped() endif on.file_drop then on.file_drop() end - replacement in main.lua at line 108
if on.mouse_pressed then on.mouse_pressed(x,y, mouse_button) endif on.mouse_press then on.mouse_press(x,y, mouse_button) end - replacement in main.lua at line 113
if on.mouse_released then on.mouse_released(x,y, mouse_button) endif on.mouse_release then on.mouse_release(x,y, mouse_button) end - replacement in live.lua at line 151
if on.code_changed then on.code_changed() endif on.code_change then on.code_change() end - replacement in 0001-on at line 7
-- on.code_changed (runs after every time the driver sends a new definition)-- on.code_change (runs after every time the driver sends a new definition) - replacement in 0001-on at line 11
-- on.filedropped-- on.file_drop - replacement in 0001-on at line 13
-- 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)-- on.mouse_press (see love.mousepressed)-- on.mouse_release (see love.mousereleased)-- on.keychord_press (see keychord.lua in this repo)-- on.text_input (see love.textinput)-- on.key_release (see love.keyreleased)