Method |
Description |
|
AddComponent ( MSGUIClickable component ) : void |
|
|
AddComponent ( MSGUIClickable component, Alignment alignment ) : void |
|
|
AddComponent ( MSGUIUnclickable component ) : void |
|
|
AddComponent ( MSGUIUnclickable component, Alignment alignment ) : void |
|
|
AddComponent ( MSPanel panel ) : void |
|
|
AddComponent ( MSPanel panel, Alignment alignment ) : void |
|
|
Draw ( GameTime gameTime ) : void |
|
|
HandleKeyboardInput ( KeyboardState oldKeyboardState ) : void |
|
|
Hover ( ) : void |
|
|
LeftClick ( ) : void |
|
|
MSPanel ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, Color highlight, MSToolTip toolTip, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System |
|
|
MSPanel ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, MSToolTip toolTip, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System |
|
|
MSPanel ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, float topPadding, float bottomPadding, float leftPadding, float rightPadding, Color highlight, MSToolTip toolTip, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System |
|
|
MSPanel ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, float topPadding, float bottomPadding, float leftPadding, float rightPadding, MSToolTip toolTip, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System |
|
|
MiddleClick ( ) : void |
|
|
RemoveComponent ( MSGUIClickable component ) : void |
|
|
RemoveComponent ( MSGUIUnclickable component ) : void |
|
|
RemoveComponent ( MSPanel panel ) : void |
|
|
RightClick ( ) : void |
|
|
UnHover ( ) : void |
|
|
UnLeftClick ( ) : void |
|
|
UnMiddleClick ( ) : void |
|
|
UnRightClick ( ) : void |
|
|
Update ( GameTime gameTime ) : void |
|
|