The methods of the PInputEventArgs class are listed below. For a complete list of PInputEventArgs class members, see the PInputEventArgs Members topic.
DispatchTo | Raises the appropriate event on the given node. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetDeltaRelativeTo | Return the delta between the last and current mouse positions relative to a given node on the pick path. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetPositionRelativeTo | Return the mouse position relative to a given node on the pick path. |
GetType (inherited from Object) | Gets the Type of the current instance. |
PopCursor | Pop the cursor on top of the cursorStack and set it as the canvas cursor. |
PushCursor | Set the canvas cursor, and remember the previous cursor on the cursor stack. |
ToString | Overridden. Returns a string representation of this object for debugging purposes. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace