capture
Use within EventType.MOUSE_PRESSED events only to indicate that this node wants to recieve EventType.MOUSE_DRAGGED events until the mouse button is released. If called on other event types, it will be ignored.
While the mouse is captured, no other nodes will receive mouse events. Mouse movements will be delivered to the capturing node as EventType.MOUSE_DRAGGED, (not as EventType.MOUSE_MOVED) and will be sent even when the mouse is outside the Node's bounds.