slightly shrink the clickable area for a button
Dependencies
- [2]
Q3EQI5LIsome keyboard shortcuts on non-mobile devices - [3]
U76D4P36fix a typo - [4]
OAHNWDYG. - [5]
PW2VGQWNindent - [6]
PP2IIHL6stop putting button state in a global - [7]
GDJSZLYTallow buttons to nest as well - [8]
XX7G2FFJintermingle freehand line drawings with text - [9]
ZNLTRNNKhighlight another global - [10]
RK2ASPN7add lots of buttons to the toolbar - [11]
LJUJH5GPbugfix: propagate mouse press if any button would - [12]
YR7AXEYBadd keyboard shortcuts for common operations
Change contents
- replacement in button.lua at line 25
if x>ev.x and x<ev.x+ev.w and y>ev.y and y<ev.y+ev.h thenif x>ev.x and x<ev.x+ev.w-1 and y>ev.y and y<ev.y+ev.h-1 then - replacement in button.lua at line 42
if x>ev.x and x<ev.x+ev.w and y>ev.y and y<ev.y+ev.h thenif x>ev.x and x<ev.x+ev.w-1 and y>ev.y and y<ev.y+ev.h-1 then - replacement in 0060-next_pane_button at line 2
button(Global_state, 'right', {x=r-30, y=Menu_bottom, w=100, h=App.screen.height, bg={r=0.5, g=0.5, b=0.5, a=0.2},button(Global_state, 'right', {x=r-30, y=Menu_bottom, w=30, h=App.screen.height, bg={r=0.5, g=0.5, b=0.5, a=0.2},