only show tooltips when window in focus
Dependencies
- [2]
2NEL7TGNno, go back to drawing the menu after the editor - [3]
Q3EQI5LIsome keyboard shortcuts on non-mobile devices - [4]
RK2ASPN7add lots of buttons to the toolbar - [5]
2Q437U4Fstarting to experiment with animated pane transitions - [6]
OJGIQLZWbugfix: only check for settings menu when open - [7]
KCFQO6K5clean up some debug drawing - [8]
ZM7NOBRMnew fork: carousel shell - [9]
4HCP3NTOdraw code editor after menu and output - [10]
5RUFNRJOstart of the visual skeleton - [*]
R5QXEHUIsomebody stop me
Change contents
- file addition: 0178-on.focus[12.2]
on.focus = function(in_focus)Window_in_focus = in_focusend - file addition: 0177-Window_in_focus[12.2]
Window_focus = true - replacement in 0012-on.draw at line 28
draw_button_tooltips(Global_state)if Window_in_focus thendraw_button_tooltips(Global_state)end