Hi Aren,
I tried to change the method signature of HandleDecreasePriceButtonPressed() to include the bool isPressed, but I didn't think EventDelegate methods could have params?
It gives an error to say the method signature is incorrect.
If I need to add that method call inside the HandleDecreasePriceButtonPressed() I don't understand where the EventDelegate gets the bool isPressed from.
Thanks for the help.