ao_button.h
Buttons

Constants

AO_BUTTON_COUNT

#define AO_BUTTON_COUNT (0)

The number of buttons.

Types

ao_buttons_t

typedef enum ao_buttons_t ao_buttons_t;

Represents buttons.

Enums

ao_buttons_t

enum ao_buttons_t
{
    AO_BUTTONS_ALL  = 0,
    AO_BUTTONS_NONE = 0
};
AO_BUTTONS_ALL Represents all buttons.
AO_BUTTONS_NONE Represents no buttons.

Functions

ao_buttons

ao_buttons_t ao_buttons();

Gets the buttons that are pressed.