Piccolo.NET

PInputEventListener Members

PInputEventListener overview

Public Instance Methods

DoesAcceptEvent Returns true if the filter accepts the given event and false otherwise.
OnClick Called when a Click event is sent to the listener that implements this interface.
OnDoubleClick Called when a DoubleClick event is sent to the listener that implements this interface.
OnDragDrop Called when a DragDrop event is sent to the listener that implements this interface.
OnDragEnter Called when a DragEnter event is sent to the listener that implements this interface.
OnDragLeave Called when a DragLeave event is sent to the listener that implements this interface.
OnDragOver Called when a DragOver event is sent to the listener that implements this interface.
OnGotFocus Called when a GotFocus event is sent to te listener that implements this interface.
OnKeyDown Called when a KeyDown event is sent to the listener that implements this interface.
OnKeyPress Called when a KeyPress event is sent to the listener that implements this interface.
OnKeyUp Called when a KeyUp event is sent to the listener that implements this interface.
OnLostFocus Called when a LostFocus event is sent to the listener that implements this interface.
OnMouseDown Called when a MouseDown event is sent to the listener that implements this interface.
OnMouseDrag Called when a MouseDrag event is sent to the listener that implements this interface.
OnMouseEnter Called when a MouseEnter event is sent to the listener that implements this interface.
OnMouseLeave Called when a MouseLeave event is sent to the listener that implements this interface.
OnMouseMove Called when a MouseMove event is sent to the listener that implements this interface.
OnMouseUp Called when a MouseUp event is sent to the listener that implements this interface.
OnMouseWheel Called when a MouseWheel event is sent to the listener that implements this interface.

See Also

PInputEventListener Interface | UMD.HCIL.Piccolo.Event Namespace