Fork me on GitHub
#cljfx
<
2020-10-28
>
esp120:10:49

is there an example of how to do drag and drop with cljfx?

vlaaad21:10:05

@esp1 I haven't seen any. I would guess it would be similar to how it's done in plain JavaFX, since most of the stuff is happening in event handlers. cljfx props for drag event handlers can be found here: https://github.com/cljfx/cljfx/blob/master/src/cljfx/fx/node.clj#L58-L63

esp121:10:12

ok great, thanks!