VL.Elementa
VL.Elementa copied to clipboard
Toggle Widget is missing an "Invert/Toggle" pin
Hi, I have a Toggle in my UI (simple Play-Button) that I want to toggle with Space as well. Right now I'd have to store its state on the outside myself to have its inverse Value and push it to the Value pin myself. Probably a simple Toggle pin might help.
Ideally it is better with a bang, get the play state and invert it inside the data binding.
You can already operate on the value anyway you want (in every widgets): Configure the widget > show valueProperty output pin > use SetValue operation in your patch to set the value as you like