Currently the 1.1 event model allows input events (mouse & keyboard) to be
consumed ONLY be subclassing and overriding the processXXXEvent methods. If
you register a mouse or key event listener, you cannot consume the event and
prevent it from being delivered to the peer.
consumed ONLY be subclassing and overriding the processXXXEvent methods. If
you register a mouse or key event listener, you cannot consume the event and
prevent it from being delivered to the peer.