isHandlingInput property

bool isHandlingInput

Should return true if this layer wants to handle input when it is the active (top-most) layer. Returns false if any bound UserInterface should not pass any input to the layer.

Implementation

bool get isHandlingInput;