xilem
xilem copied to clipboard
Basic pointer handling methods
I could probably add that to every element, wouldn't it make more sense to abstract this into something you can expose though? E.g. instead of on_click() directly on an element, get it's underlying structs that would allow you to change the pointer logic yourself? (If that's possible)
In the mean time, I'll play around with adding on_click to elements instead.