Property | Type | Description | |
---|---|---|---|
toolTip |
Method | Description | |
---|---|---|
Hover ( ) : void |
What to do when this MSGUIClickable has been hovered.
|
|
LeftClick ( ) : void |
What to do when this MSGUIClickable has been left-clicked.
|
|
MSGUIClickable ( |
||
MiddleClick ( ) : void |
What to do when this MSGUIClickable has been middle-clicked.
|
|
RightClick ( ) : void |
What to do when this MSGUIClickable has been right-clicked.
|
|
UnHover ( ) : void |
What to do when this MSGUIClickable has previously been hovered but now isn't.
|
|
UnLeftClick ( ) : void |
What to do when this MSGUIClickable has previously been left-clicked and is now released.
|
|
UnMiddleClick ( ) : void |
What to do when this MSGUIClickable has previously been middle-clicked and is now released.
|
|
UnRightClick ( ) : void |
What to do when this MSGUIClickable has previously been right-clicked and is now released.
|
public MSGUIClickable ( |
||
boundingRectangle | ||
shape | Shape | |
toolTip | ||
spriteBatch | ||
game | Microsoft.Xna.Framework.Game | |
return | System |