mousefocus handler
Dependencies
- [2]
KKMFQDR4editing source code from within the app - [*]
OTIBCAUJlove2d scaffold - [*]
2Y7YH7UPinfrastructure for caching LÖVE text objects
Change contents
- edit in main.lua at line 344[5.102][2.191261]
function App.mousefocus(in_focus)if current_app_is_warning() then return endif Current_app == 'run' thenif run.mouse_focus then run.mouse_focus(in_focus) endelseif Current_app == 'source' thenif source.mouse_focus then source.mouse_focus(in_focus) endelseassert(false, 'unknown app "'..Current_app..'"')endend