PBasicInputEventHandler overview
![]() | Constructs a new PBasicInputEventHandler. |
![]() | Used to add a filter to this event handler class. |
![]() | Used to handle Click events sent to this event handler class. |
![]() | Used to handle DoubleClick events sent to this event handler class. |
![]() | Used to handle DragDrop events sent to this event handler class. |
![]() | Used to handle DragEnter events sent to this event handler class. |
![]() | Used to handle DragLeave events sent to this event handler class. |
![]() | Used to handle DragOver events sent to this event handler class. |
![]() | Used to handle GotFocus events sent to this event handler class. |
![]() | Used to handle KeyDown events sent to this event handler class. |
![]() | Used to handle KeyPress events sent to this event handler class. |
![]() | Used to handle KeyUp events sent to this event handler class. |
![]() | Used to handle LostFocus events sent to this event handler class. |
![]() | Used to handle MouseDown events sent to this event handler class. |
![]() | Used to handle MouseDrag events sent to this event handler class. |
![]() | Used to handle MouseEnter events sent to this event handler class. |
![]() | Used to handle MouseLeave events sent to this event handler class. |
![]() | Used to handle MouseMove sent to this event handler class. |
![]() | Used to handle MouseUp events sent to this event handler class. |
![]() | Used to handle MouseWheel events sent to this event handler class. |
![]() | Returns true if the filter accepts the given event and false otherwise. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Called when a Click event is sent to this listener. |
![]() | Called when a DoubleClick event is sent to this listener. |
![]() | Called when a DragDrop event is sent to this listener. |
![]() | Called when a DragEnter event is sent to this listener. |
![]() | Called when a DragLeave event is sent to this listener. |
![]() | Called when a DragOver event is sent to this listener. |
![]() | Called when a GotFocus event is sent to this listener. |
![]() | Called when a KeyDown event is sent to this listener. |
![]() | Called when a KeyPress event is sent to this listener. |
![]() | Called when a KeyUp event is sent to this listener. |
![]() | Called when a LostFocus event is sent to this listener. |
![]() | Called when a MouseDown event is sent to this listener. |
![]() | Called when a MouseDrag event is sent to this listener. |
![]() | Called when a MouseEnter event is sent to this listener. |
![]() | Called when a MouseLeave event is sent to this listener. |
![]() | Called when a MouseMove event is sent to this listener. |
![]() | Called when a MouseUp event is sent to this listener. |
![]() | Called when a MouseWheel event is sent to this listener. |
![]() | Overridden. Returns a string representation of this object for debugging purposes. |
![]() | Returns a string representing the state of this object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | The filter for a PBasicInputEventHandler. This method only rejects an event if it has already been marked as handled. |
PBasicInputEventHandler Class | UMD.HCIL.Piccolo.Event Namespace