3dscontroller-ng/PC/include/joystick.h

17 lines
243 B
C
Raw Normal View History

2014-12-05 20:03:50 +00:00
#pragma once
#ifndef WINVER
#define WINVER 0x0500
#endif
#include <windows.h>
#include "public.h"
#include "vjoyinterface.h"
extern int ContPovNumber;
extern UINT iInterface;
extern BOOL ContinuousPOV;
BOOL updateJoystick(int x, int y);