bugfix: don't run a handler when editors are visible

akkartik
Apr 17, 2025, 4:50 PM
B2UU3HFMKF22WHL3QIB3CCAWCX7N2J6ULV2DWMILWG4YJG6U4IWAC

Dependencies

Change contents

  • replacement in 0154-on.mouse_move at line 2
    [2.48][2.48:209]()
    if car.mousemoved then
    call_protected(car.mousemoved, x,y, dx,dy, istouch)
    end
    if car.mouse_move then
    call_protected(car.mouse_move, x,y, dx,dy, istouch)
    [2.48]
    [2.209]
    if not Show_code then
    if car.mousemoved then
    call_protected(car.mousemoved, x,y, dx,dy, istouch)
    end
    if car.mouse_move then
    call_protected(car.mouse_move, x,y, dx,dy, istouch)
    end