C# Class FSO.Client.UI.Controls.UIBlocker

Just blocks and sinks mouse events
Inheritance: FSO.Client.UI.Framework.UIElement
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
OnMouseEvt UIMouseEvent

Public Methods

Method Description
Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
SetSize ( int width, int height ) : void
UIBlocker ( ) : System
UIBlocker ( int width, int height ) : System

Private Methods

Method Description
OnMouse ( UIMouseEventType type, UpdateState state ) : void

Method Details

Draw() public method

public Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
batch FSO.Client.UI.Framework.UISpriteBatch
return void

SetSize() public method

public SetSize ( int width, int height ) : void
width int
height int
return void

UIBlocker() public method

public UIBlocker ( ) : System
return System

UIBlocker() public method

public UIBlocker ( int width, int height ) : System
width int
height int
return System

Property Details

OnMouseEvt public property

public UIMouseEvent OnMouseEvt
return UIMouseEvent