C# Class LayoutFarm.UI.UIMouseEventArgs

Inheritance: UIEventArgs
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method 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 method

public Clear ( ) : void
return void

SetDiff() public method

public SetDiff ( int xdiff, int ydiff ) : void
xdiff int
ydiff int
return void

SetEventInfo() public method

public SetEventInfo ( int x, int y, UIMouseButtons button, int clicks, int delta ) : void
x int
y int
button UIMouseButtons
clicks int
delta int
return void

SetMouseCapture() public method

public SetMouseCapture ( IEventListener listener ) : void
listener IEventListener
return void

UIMouseEventArgs() public method

public UIMouseEventArgs ( ) : System
return System