📄 cinputdevice.cpp
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -