Closed CrazyFlasher closed 6 years ago
You can listen for the standard TouchEvent.TOUCH that all Starling display objects dispatch.
You could also listen for FeathersEventType.STATE_CHANGE and check the value of currentState.
I see that states are deprecated. Ok. Then I'll check touch phase. Thanks
Oh. Sorry. I missed ButtonState
Is it possible to listen Button down and up events without extending it? Also without listening TouchEvent and checking touch phase?