C# Class FlatRedBall.Gui.MessageBox

Summary description for TextInputWindow.
Inheritance: Window, IInputReceiver
显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Activate ( string textToDisplay, string Name ) : void
ClearEvents ( ) : void
LoseFocus ( ) : void
MessageBox ( Cursor cursor ) : System
OnFocusUpdate ( ) : void
OnGainFocus ( ) : void
ReceiveInput ( ) : void
TestCollision ( Cursor cursor ) : void

Private Methods

Method Description
DrawSelfAndChildren ( Camera camera ) : void
GetNumberOfVerticesToDraw ( ) : int
onEnter ( Window callingWindow ) : void

Method Details

Activate() public method

public Activate ( string textToDisplay, string Name ) : void
textToDisplay string
Name string
return void

ClearEvents() public method

public ClearEvents ( ) : void
return void

LoseFocus() public method

public LoseFocus ( ) : void
return void

MessageBox() public method

public MessageBox ( Cursor cursor ) : System
cursor Cursor
return System

OnFocusUpdate() public method

public OnFocusUpdate ( ) : void
return void

OnGainFocus() public method

public OnGainFocus ( ) : void
return void

ReceiveInput() public method

public ReceiveInput ( ) : void
return void

TestCollision() public method

public TestCollision ( Cursor cursor ) : void
cursor Cursor
return void