crosstable.love/0012-on.mouse_press

6 lines
140 B
Plaintext
Raw Permalink Normal View History

on.mouse_press = function(x,y, mouse_button)
2023-12-17 08:54:10 +00:00
if mouse_press_consumed_by_any_button(Global_state, x,y, mouse_button) then
return
end
2023-12-17 08:54:10 +00:00
end