27 lines
757 B
C++
27 lines
757 B
C++
//
|
|
// Joysstick_Util.h: interface for the CDataLink class.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
#if !defined(AFX_Joysstick_Util_H__B422904C_2CEB_495B_B7BD_B45AB30286DD__INCLUDED_)
|
|
#define AFX_Joysstick_Util_H__B422904C_2CEB_495B_B7BD_B45AB30286DD__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
//#include <d3dx8.h>
|
|
#include <dinput.h>
|
|
//#include <dxutil.h>
|
|
|
|
//======================================================================================
|
|
class CJoystick_Util
|
|
{
|
|
public:
|
|
|
|
CJoystick_Util();
|
|
virtual ~CJoystick_Util();
|
|
LPDIRECTINPUTDEVICE8 lpdiKeyboard;
|
|
};
|
|
|
|
#endif
|
|
// !defined(AFX_Joysstick_Util_H__B422904C_2CEB_495B_B7BD_B45AB30286DD__INCLUDED_)
|