Property | Type | Description | |
---|---|---|---|
current |
Method | Description | |
---|---|---|
Draw ( |
||
Hover ( ) : void | ||
LeftClick ( ) : void | ||
MSCheckbox ( |
Creates an MSCheckbox using two MSButtons
|
|
MiddleClick ( ) : void | ||
RightClick ( ) : void | ||
UnHover ( ) : void | ||
UnLeftClick ( ) : void | ||
UnMiddleClick ( ) : void | ||
UnRightClick ( ) : void |
public Draw ( |
||
gameTime | ||
return | void |
public MSCheckbox ( |
||
unticked | an MSButton representing the unticked state of this MSCheckbox and which will become invisible once this MSCheckbox is ticked | |
ticked | an MSButton representing the ticked state of this MSCheckbox and which will become invisible once this MSCheckbox is unticked | |
isTicked | bool | true if this MSCheckbox is initially ticked, false otherwise |
return | System |