only show tooltips when window in focus

akkartik
May 20, 2024, 5:27 AM
FMSRUE5S5M447HYAURJEDF7LC3XU7CS5VFMCOKQ2IKXBCGLEY3ZAC

Dependencies

  • [2] 2NEL7TGN no, go back to drawing the menu after the editor
  • [3] Q3EQI5LI some keyboard shortcuts on non-mobile devices
  • [4] RK2ASPN7 add lots of buttons to the toolbar
  • [5] 2Q437U4F starting to experiment with animated pane transitions
  • [6] OJGIQLZW bugfix: only check for settings menu when open
  • [7] KCFQO6K5 clean up some debug drawing
  • [8] ZM7NOBRM new fork: carousel shell
  • [9] 4HCP3NTO draw code editor after menu and output
  • [10] 5RUFNRJO start of the visual skeleton
  • [*] R5QXEHUI somebody stop me

Change contents

  • file addition: 0178-on.focus (----------)
    [12.2]
    on.focus = function(in_focus)
    Window_in_focus = in_focus
    end
  • file addition: 0177-Window_in_focus (----------)
    [12.2]
    Window_focus = true
  • replacement in 0012-on.draw at line 28
    [3.2223][3.2096:2132]()
    draw_button_tooltips(Global_state)
    [3.2223]
    [2.14]
    if Window_in_focus then
    draw_button_tooltips(Global_state)
    end