Piccolo.NET

PControlEventHandler.OnMouseDown Method 

Overridden. Moves the focus to the PControl node under the cursor.

public override void OnMouseDown(
   object sender,
   PInputEventArgs e
);

Parameters

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

Implements

PInputEventListener.OnMouseDown

See Also

PControlEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace