C# Class LayoutFarm.UI.UIMouseEventArgs

Inheritance: UIEventArgs
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
SetDiff ( int xdiff, int ydiff ) : void
SetEventInfo ( int x, int y, UIMouseButtons button, int clicks, int delta ) : void
SetMouseCapture ( IEventListener listener ) : void
UIMouseEventArgs ( ) : System

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

SetDiff() public méthode

public SetDiff ( int xdiff, int ydiff ) : void
xdiff int
ydiff int
Résultat void

SetEventInfo() public méthode

public SetEventInfo ( int x, int y, UIMouseButtons button, int clicks, int delta ) : void
x int
y int
button UIMouseButtons
clicks int
delta int
Résultat void

SetMouseCapture() public méthode

public SetMouseCapture ( IEventListener listener ) : void
listener IEventListener
Résultat void

UIMouseEventArgs() public méthode

public UIMouseEventArgs ( ) : System
Résultat System