cinputdevice.cpp

来自「Visual C++ 游戏开发与设计实例 源代码(所有)」· C++ 代码 · 共 31 行

CPP
31
字号
// 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;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?