Is there a documentation for input events? What I'd like to understand for each method in InputDelegate, BehaviorDelegate is what happens if it returns true / false. I mean what will be the flow of the method calls.
i.e (theoretically, just to explain myself):
onDrag -> onSwipe -> onFlick -> onNextPage(if direction is up) / onPreviousPage(if direction is down) - the next function is only called if the previous returned false (I see in the simulator that this is not the case, this is just an example)