Interface InputHandlerFragment

All Superinterfaces:
Fragment
All Known Implementing Classes:
NWindowManagerComponent

public interface InputHandlerFragment extends Fragment
A fragment that intercept raw input events. It extends RawInputListener and is automatically registered with the InputManager when the component is initialized. If higher-level input handling is needed, the The onXXEvents are called only if the component is enabled. receiveInputManager(InputManager) method can be overridden to receive the InputManager instance and register additional input listeners.