switch mouse icon over menu buttons

akkartik
Oct 26, 2025, 6:49 AM
E2XJIARZLJRYXMWNH5LRFF3MHOJDH7HNGSX2GAULFOFX56YRUB5AC

Dependencies

  • [2] NVZTMKER partition handlers between screen regions
  • [3] IP4LD33D mouse events for scrollbar
  • [4] DDWCYLPL explicitly state stance on autosave
  • [5] LGIEVJE6 activate buttons for some time
  • [6] HVXZLNCC send errors from event handlers to output editor
  • [*] 2L5MEZV3 experiment: new edit namespace
  • [*] UEG224LH debug animations

Change contents

  • edit in edit.lua at line 18
    [8.437]
    [8.549]
    Hand_icon = love.mouse.getSystemCursor('hand')
    Arrow_icon = love.mouse.getSystemCursor('arrow')
  • edit in 0004-on.update at line 6
    [3.699]
    [3.699]
    end
    local x, y = love.mouse.getPosition()
    if mouse_hover_on_any_button(Global_state, x,y) then
    love.mouse.setCursor(Hand_icon)
    else
    love.mouse.setCursor(Arrow_icon)
  • replacement in 0004-on.update at line 23
    [3.1949][2.673:676]()
    end
    [3.1949]
    end