JurassicParkTrespasser/jp2_pc/Source/Shell/AppEvent.hpp

38 lines
932 B
C++
Raw Permalink Normal View History

2018-01-01 22:07:24 +00:00
/***********************************************************************************************
*
* Copyright <EFBFBD> DreamWorks Interactive. 1996
*
* Contents:
* namespace AppShell
*
* Bugs:
*
* To do:
*
***********************************************************************************************
*
* $Log:: /JP2_PC/Source/Shell/AppEvent.hpp $
*
* 1 96/11/05 18:19 Speter
* Declaration for bKeyState() function.
*
*
**********************************************************************************************/
#ifndef HEADER_LIB_SYS_APPEVENT_HPP
#define HEADER_LIB_SYS_APPEVENT_HPP
//******************************************************************************************
//
bool bKeyState
(
int i_key
);
//
// Returns:
// Whether the indicated key is pressed (at this point in the event loop).
//
//**************************************
#endif