cInputDevice.cpp
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. // CMAIN LIB - APPLICATION AND DIRECT WRAPPER
  2. //
  3. // Written by Mauricio Teichmann Ritter
  4. //
  5. // Copyright (C) 2002, Brazil. All rights reserved.
  6. // 
  7. //
  8. // cInputDevice.cpp: implementation of the cInputDevice class.
  9. //
  10. //////////////////////////////////////////////////////////////////////
  11. #include "stdafx.h"
  12. #include "cInputDevice.h"
  13. //////////////////////////////////////////////////////////////////////
  14. // Construction/Destruction
  15. //////////////////////////////////////////////////////////////////////
  16. cInputDevice::cInputDevice()
  17. {
  18. }
  19. cInputDevice::~cInputDevice()
  20. {
  21. }
  22. LPDIRECTINPUT8 cInputDevice::m_lpDI = NULL;
  23. int cInputDevice::m_iRefCount = 0;