Record ALLEGRO_KEYBOARD_STATE

Hierarchy
Methods
Properties

Unit

Declaration

type ALLEGRO_KEYBOARD_STATE = record

Description

This is a structure that is used to hold a "snapshot" of keyboard at a particular instant.

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

See also
al_get_keyboard_state
Saves the state of the keyboard specified at the time the function is called into ret_state.

Overview

Fields

display: ALLEGRO_DISPLAYptr;

Description

Fields

display: ALLEGRO_DISPLAYptr;

Points to the display that had keyboard focus at the time the state was saved. If no display was focused, this points to Nil.


Generated by PasDoc 0.15.0. Generated on 2024-11-10 15:15:06.