Method | Description | |
---|---|---|
PointerEventController ( IPointerTarget target ) : System | ||
TargetMouseClick ( object sender, MouseEventArgs e ) : void | ||
TargetMouseDown ( object sender, MouseEventArgs e ) : void | ||
TargetMouseLeave ( object sender, |
||
TargetMouseMove ( object sender, MouseEventArgs e ) : void | ||
TargetMouseUp ( object sender, MouseEventArgs e ) : void | ||
TranslatePosition ( Point position ) : Point | ||
UntranslatePosition ( Point position ) : Point |
Method | Description | |
---|---|---|
GetPointerType ( MouseButtons button ) : PointerEventType |
public PointerEventController ( IPointerTarget target ) : System | ||
target | IPointerTarget | |
return | System |
public TargetMouseClick ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
return | void |
public TargetMouseDown ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
return | void |
public TargetMouseLeave ( object sender, |
||
sender | object | |
e | ||
return | void |
public TargetMouseMove ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
return | void |
public TargetMouseUp ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
return | void |
public TranslatePosition ( Point position ) : Point | ||
position | Point | |
return | Point |
public UntranslatePosition ( Point position ) : Point | ||
position | Point | |
return | Point |