Piccolo.NET

PInputEventListener.OnMouseUp Method 

Called when a MouseUp event is sent to the listener that implements this interface.

void OnMouseUp(
   object sender,
   PInputEventArgs e
);

Parameters

sender
The source of the event.
e
A PInputEventArgs that contains the event data.

See Also

PInputEventListener Interface | UMD.HCIL.Piccolo.Event Namespace