#ifndef LIBRARIES_LOWLEVEL_H #define LIBRARIES_LOWLEVEL_H /* Copyright © 1995-2001, The AROS Development Team. All rights reserved. $Id: lowlevel.h 12757 2001-12-08 22:23:57Z chodorowski $ Desc: Definitions for lowlevel.library Lang: english */ #ifndef EXEC_TYPES_H # include #endif #ifndef UTILITY_TAGITEM_H # include #endif /********************* Keyboard Section *********************/ /* KeyQuery structure for use with QueryKeys() */ struct KeyQuery { UWORD kq_KeyCode; BOOL kq_Pressed; }; /* Bits in the return value of GetKey() */ #define LLKB_LSHIFT 16 #define LLKB_RSHIFT 17 #define LLKB_CAPSLOCK 18 #define LLKB_CONTROL 19 #define LLKB_LALT 20 #define LLKB_RALT 21 #define LLKB_LAMIGA 22 #define LLKB_RAMIGA 23 #define LLKF_LSHIFT (1<