i need to bind a widget to a key so i can change it’s color when i click 1, 2 and 3.
Hey, since you can’t have input events in widgets you can do the input processing in an actor that has a reference to your widget.
i need to bind a widget to a key so i can change it’s color when i click 1, 2 and 3.
Hey, since you can’t have input events in widgets you can do the input processing in an actor that has a reference to your widget.