NvUIButtonState Struct Reference

Basic button states. More...

#include <NvUI.h>

List of all members.

Public Types

enum  Enum { ACTIVE = 0, SELECTED, INACTIVE, MAX }


Detailed Description

Basic button states.

This enum encapsulates the base three states of a button visual: inactive, active, and selected/pressed.


Member Enumeration Documentation

Enumerator:
ACTIVE  Button is active, can be interacted with.

SELECTED  Button is selected, user is actively interacting with it.

INACTIVE  Button is inactive, not able to interact with it.


The documentation for this struct was generated from the following file: