my event recommendation was to support an operatio...
# tornadofx
c
my event recommendation was to support an operation that spanned multiple event types PRESSED->DRAGGED->RELEASED. i'm suspicious about many event filters based on the same event (ex PRESSED on a Tile, PRESSED on a TextField, PRESSED on a Button)
a
Yes I do agree with that. In my experience, sharing events with different objects CAN lead to conjust
confusion*