mouse button state in source editor

akkartik
Dec 2, 2023, 6:07 AM
Z3TDYADASG4C274EJ5BBRJAR3WF6IRBXZ3HMK56EYDIOPVLTVG7QC

Dependencies

  • [2] 5SM6DRHK port inscript's bugfix to source editor
  • [3] KMSL74GA support selections in the source editor
  • [*] KKMFQDR4 editing source code from within the app
  • [*] OI4FPFIN support drawings in the source editor

Change contents

  • replacement in source_select.lua at line 14
    [3.24158][3.24158:24186]()
    if App.mouse_down(1) then
    [3.24158]
    [3.24186]
    if State.mouse_down then
  • edit in source_edit.lua at line 240
    [5.157151]
    [2.4727]
    State.mouse_down = mouse_button
  • edit in source_edit.lua at line 305
    [2.5635]
    [6.22347]
    State.mouse_down = nil