Méthode | Description | |
---|---|---|
ProcessKeyboard ( Input info ) : bool |
Focuses the previous or next selection button depending on if the UP or DOWN arrow keys were pressed.
|
|
SelectNext ( ) : |
Selects the next selection button.
|
|
SelectPrevious ( ) : |
Selects the previous selection button.
|
|
SelectionButton ( int width ) : System |
Creates a new Selection Button with a specific width and height.
|
|
SetNextSelection ( |
Sets the next selection button and optionally sets the previous of the referenced selection to this button.
|
public ProcessKeyboard ( Input info ) : bool | ||
info | Input | The keyboard state. |
Résultat | bool |
public SelectPrevious ( ) : |
||
Résultat |
public SelectionButton ( int width ) : System | ||
width | int | The width of the selection button. |
Résultat | System |
public SetNextSelection ( |
||
nextSelection | The selection button to be used as next. | |
setPreviousOnNext | bool | Sets the PreviousSelection property on the |
Résultat |