Helper methods to manipulate and access the state of the X, Y, and Z buttons.
More...
#include <button.hpp>
Helper methods to manipulate and access the state of the X, Y, and Z buttons.
static void ExtraButtons::hide |
( |
| ) |
|
|
static |
static bool ExtraButtons::isShown |
( |
| ) |
|
|
static |
Gets whether or not the X, Y, and Z buttons are currently being displayed.
- Returns
- true if X, Y, and Z buttons are displayed, false otherwise.
- Note
- This method may not reflect the actual state of the GUI.
static void ExtraButtons::setShown |
( |
const bool & |
shown | ) |
|
|
static |
Sets whether or not the X, Y, and Z buttons are to be displayed.
- See also
- isShown
-
show
-
hide
static void ExtraButtons::show |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: