#ifndef LIBRARIES_LOWLEVEL_H #define LIBRARIES_LOWLEVEL_H /* ** $VER: lowlevel.h 40.6 (30.7.93) ** Includes Release 40.15 ** ** lowlevel.library interface structures and definitions. ** ** (C) Copyright 1993 Commodore-Amiga, Inc. ** All Rights Reserved */ /*****************************************************************************/ #ifndef EXEC_TYPES_H #include #endif #ifndef UTILITY_TAGITEM_H #include #endif /*****************************************************************************/ /* 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<