Public Member Functions | |
| cDeathMenuButton_BackToMain (cInit *apInit, cVector2f avPos, const tWString &asText) | |
| void | OnMouseDown () |
| void | OnMouseUp () |
Public Member Functions inherited from cDeathMenuButton | |
| cDeathMenuButton (cInit *apInit, cVector2f avPos, const tWString &asText) | |
| void | OnUpdate (float afTimeStep) |
| void | OnDraw () |
| void | OnMouseOver (bool abOver) |
| const cRect2f & | GetRect () |
Additional Inherited Members | |
Protected Attributes inherited from cDeathMenuButton | |
| float | mfAlpha |
| cInit * | mpInit |
| cGraphicsDrawer * | mpDrawer |
| cVector3f | mvPositon |
| cRect2f | mRect |
| FontData * | mpFont |
| cVector2f | mvFontSize |
| tWString | msText |
| bool | mbOver |