Method | Description | |
---|---|---|
CheckForMouseDragEnteredAndExited ( |
Check if the mouse has entered or exited a node during a drag and drop operation and, if so, dispatch the appropriate event.
|
|
CheckForMouseEnteredAndExited ( |
Check if the mouse has entered or exited a node during a mouse move or drag operation and, if so, dispatch the appropriate event.
|
|
Dispatch ( |
Dispatch the given event to the appropriate focus node.
|
|
DispatchToPath ( |
Dispatch the given PInputEvent to the given pick path.
|
|
PInputManager ( ) : System |
Constructs a new PInputManager.
|
|
ProcessEventFromCamera ( |
Process the given windows event from the camera.
|
|
ProcessInput ( ) : void |
Create a new PInputEvent based on the next windows event and dispatch it to Piccolo.
|
public CheckForMouseDragEnteredAndExited ( |
||
e | A PInputEventArgs that contains the event data. | |
return | void |
public CheckForMouseEnteredAndExited ( |
||
e | A PInputEventArgs that contains the event data. | |
return | void |
public Dispatch ( |
||
e | An PInputEventArgs that contains the event data. | |
return | void |
public DispatchToPath ( |
||
e | A PInputEventArgs that contains the event data. | |
type | PInputType | The type of PInputEvent being dispatched. |
path | UMD.HCIL.Piccolo.Util.PPickPath | The pick path to which the PInputEvent will be dispatched. |
return | void |
public ProcessEventFromCamera ( |
||
e | The windows event to be processed. | |
type | PInputType | The type of windows event being processed. |
camera | UMD.HCIL.Piccolo.PCamera | The camera from which to process the windows event. |
canvas | UMD.HCIL.Piccolo.PCanvas | The source of the windows event being processed. |
return | void |