cInputDevice.cpp
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
- // CMAIN LIB - APPLICATION AND DIRECT WRAPPER
- //
- // Written by Mauricio Teichmann Ritter
- //
- // Copyright (C) 2002, Brazil. All rights reserved.
- //
- //
- // cInputDevice.cpp: implementation of the cInputDevice class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "cInputDevice.h"
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- cInputDevice::cInputDevice()
- {
- }
- cInputDevice::~cInputDevice()
- {
- }
- LPDIRECTINPUT8 cInputDevice::m_lpDI = NULL;
- int cInputDevice::m_iRefCount = 0;