The properties of the PInputEventArgs class are listed below. For a complete list of PInputEventArgs class members, see the PInputEventArgs Members topic.
![]() | Gets which drag-and-drop operations are allowed by the originator (or source) of the drag drop event. |
![]() | Gets which mouse button was pressed. |
![]() | Gets the bottom-most camera that is currently painting. |
![]() | Gets the canvas associated with the top camera. |
![]() | Gets the delta between the last and current mouse position in PCanvas coordinates. |
![]() | Gets the mouse position in PCanvas coordinates. |
![]() | Gets the number of times the mouse button was pressed and released. |
![]() | Return the delta between the last and current mouse positions transformed through the view matrix of the bottom camera. |
![]() | Gets the IDataObject that contains the data associated with this event. |
![]() | Gets or sets the target drop effect in a drag-and-drop operation. |
![]() | Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons. |
![]() | Gets or sets a value indicating whether an event handler has handled this event. |
![]() | Gets the input manager that dispatched this event. |
![]() | Gets a value indicating if this is a Click event. |
![]() | Gets a value indicating if this is a DragEnter, DragLeave, DragOver, or DragDrop event. |
![]() | Gets a value indicating if this is a GotFocus or LostFocus event. |
![]() | Gets a value indicating if this is a KeyDown or KeyUp event. |
![]() | Gets a value indicating if this is a KeyPress event. |
![]() | Gets a value indicating if this is a MouseEnter of MouseLeave event. |
![]() | Gets a value indicating if this is a MouseDown, MouseUp, MouseMove, MouseDrag, MouseEnter, MouseLeave, or MouseWheel event. |
![]() | Gets the character corresponding to the key pressed. |
![]() | Gets the Keyboard code for a KeyDown or KeyUp event. |
![]() | Gets the key data for a KeyDown or KeyUp event. |
![]() | Gets the keyboard value for a KeyDown or KeyUp event. |
![]() | Gets the modifier flags. This indicates which combination of modifier keys (CTRL, SHIFT, and ALT) were pressed. |
![]() | Gets or sets the PPickPath associated with this input event. |
![]() | Gets the bottom node on the current pickpath, that is the picked node furthest from the root node. |
![]() | Return the mouse position transformed through the view matrix of the bottom camera. |
![]() | Gets a value indicating whether the SHIFT key was pressed. |
![]() | Gets the top-most camera this is painting. |
![]() | Gets or sets the type of this input event. |
![]() | Gets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel. |
PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace