Holy fucking shit I don't want to work on this. Sibly, you son of a ...
This commit is contained in:
+6
-10
@@ -1,19 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef GXINPUT_H
|
||||
#define GXINPUT_H
|
||||
|
||||
#include <dinput.h>
|
||||
|
||||
#include "std.h"
|
||||
#include "gxdevice.h"
|
||||
#include "GraphicsRuntime.h"
|
||||
|
||||
class gxRuntime;
|
||||
|
||||
class gxInput{
|
||||
public:
|
||||
gxRuntime *runtime;
|
||||
IDirectInput7 *dirInput;
|
||||
LPDIRECTINPUT8 dirInput;
|
||||
|
||||
gxInput( gxRuntime *runtime,IDirectInput7 *di );
|
||||
gxInput( gxRuntime *runtime, LPDIRECTINPUT8 di );
|
||||
~gxInput();
|
||||
|
||||
void reset();
|
||||
@@ -45,6 +43,4 @@ public:
|
||||
int getJoystickType( int port )const;
|
||||
int numJoysticks()const;
|
||||
int toAscii( int key )const;
|
||||
};
|
||||
|
||||
#endif
|
||||
};
|
||||
Reference in New Issue
Block a user