template-carousel-mobile/0016-on.mouse_press

6 lines
198 B
Plaintext

on.mouse_press = function(x,y, mouse_button)
if mouse_press_consumed_by_any_button_handler(Editor_state, x,y, mouse_button) then
return
end
edit.mouse_press(Editor_state, x,y, mouse_button)
end