fonsp / PlutoImageCoordinatePicker.jl

Get the coordinate where you clicked back through `@bind` in a Pluto.jl notebook
The Unlicense
7 stars 0 forks source link

return event type #8

Open guo-yong-zhi opened 1 week ago

guo-yong-zhi commented 1 week ago

Could the event type be returned? Sometimes, we want to distinguish among mouseup, mousedown, pointer_move...

fonsp commented 1 day ago

Ah interesting! It's not an exact mirror of all web mouse events but the mouseup might be nice to distinguish.

Could you write a bit about how you are thinking of using this?