Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
keyboard
type TKeyInfo = packed record
key_code: byte;
is_down_code: boolean;
SHIFT_DOWN: boolean;
CTRL_DOWN: boolean;
ALT_DOWN: boolean;
true when pressing down, false when releasing