Method | Description | |
---|---|---|
DispatchTo ( object sender ) : void |
Raises the appropriate event on the given node.
|
|
GetDeltaRelativeTo ( PNode nodeOnPath ) : |
Return the delta between the last and current mouse positions relative to a given node on the pick path.
|
|
GetPositionRelativeTo ( PNode nodeOnPath ) : |
Return the mouse position relative to a given node on the pick path.
|
|
PInputEventArgs ( PInputManager inputManager, |
Constructs a new PInputEventArgs
|
|
PopCursor ( ) : void |
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 ( ) : string |
Overridden. Returns a string representation of this object for debugging purposes.
|
public DispatchTo ( object sender ) : void | ||
sender | object | The node for which the event will be raised. |
return | void |
public GetDeltaRelativeTo ( PNode nodeOnPath ) : |
||
nodeOnPath | PNode | /// The returned delta will be in the local coordinate system of this node. /// |
return |
public GetPositionRelativeTo ( PNode nodeOnPath ) : |
||
nodeOnPath | PNode | /// The returned position will be in the local coordinate system of this node. /// |
return |
public PInputEventArgs ( PInputManager inputManager, |
||
inputManager | PInputManager | The input manager that dispatched this event. |
e | An EventArgs that contains the event data. | |
type | PInputType | The type of input event. |
return | System |
public PushCursor ( |
||
cursor | The new canvas cursor. | |
return | void |