mastodon-unfurl.love/0017-on.mouse_release

7 lines
87 B
Plaintext
Raw Normal View History

2023-02-19 04:28:17 +00:00
on.mouse_release = function(x,y, mouse_button)
if Pan then
Pan = nil
A()
2023-02-19 04:28:17 +00:00
end
end