ALLEGRO_KEYBOARD_STATE - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

typedef struct ALLEGRO_KEYBOARD_STATE ALLEGRO_KEYBOARD_STATE;

Description

This is a structure that is used to hold a “snapshot” of a keyboard’s state at a particular instant. It contains the following publically readable fields:

You cannot read the state of keys directly. Use the function al_key_down(3).

Referenced By

al_clear_keyboard_state(3), al_emit_user_event(3), al_get_keyboard_state(3), al_key_down(3).

Allegro reference manual