Name |
Description |
MSAnimatingButton |
|
MSButton |
MSButton represents a drawable, clickable, action-attachable button. |
MSCheckbox |
MSCheckbox represents a checkbox that has two discrete states, ticked and unticked. |
MSFacadePanel |
|
MSFontScalingLabel |
MSLabel is an MSGUIUnclickable component that displays text with the use of a SpriteFont. The text is always scaled to fit the bounding Rectangle of this MSLabel. |
MSGUIClickable |
MSGUIClickable is a GUI component that is both drawable and clickable |
MSGUIKeyboardParser |
MSKeyboardParser helps MSGUITypable objects by providing a static parse method, which will parse XNA keyboard input into either ASCII characters as direct text input or into String representations of certain commands which can also be used as direct input, but is better suited to be used as a sentinel for performing certain form-based actions. |
MSGUITypable |
MSGUITypable is an MSGUIClickable component that can handle keyboard input. MSGUITypable requires a facade that manages which instance is the one currently given keyboard focus. |
MSGUIUnclickable |
MSGUIUnclickable is a GUI component that is drawable but not clickable. |
MSLabel |
|
MSMDGProgressBar |
|
MSNotifier |
|
MSPanel |
|
MSProgressBar |
|
MSScreen |
MSScreen is an MSPanel that covers the entire computer screen. |
MSTextField |
|
MSToolTip |
|
MSWrappingLabel |
|