The text that will be displayed on the button.
Set whether the button can be pressed.
Optionally override the current default color scheme when creating this element.
true if the button is enabled and was pressed. Note that pressing a button implies pressing and releasing the left mouse button while over the gui button.
void onPress() { } if (imguiButton("Push me")) // button was pushed onPress();
Define a new button.