home *** CD-ROM | disk | FTP | other *** search
- // Zinc Interface Library - DEVICE.CPP
- // COPYRIGHT (C) 1990, 1991. All Rights Reserved.
- // Zinc Software Incorporated. Pleasant Grove, Utah USA
-
- #include "ui_evt.hpp"
- #include <dos.h>
-
- int UI_DEVICE::altPressed = ALT_NOT_PRESSED;
-
- UI_DEVICE::UI_DEVICE(int _type, USHORT initialState)
- {
- type = _type;
- state = initialState;
- enabled = TRUE;
- display = 0;
- eventManager = 0;
- installed = FALSE;
- }
-
-