nulldc-360/plugins/XMaple/XInputBackend.h
2011-10-15 12:33:03 +02:00

17 lines
No EOL
363 B
C++

#pragma once
#include "FT0.h"
namespace XInput
{
// Returns false if there's an xinput error - we should hot-unplug
bool Read(int XPadPlayer, u32 deviceType, EmulatedDevices::FT0::SStatus* status);
// Returns true if the pad is ready to go
bool IsConnected(int XPadPlayer);
void StopRumble(int XPadPlayer);
void VibrationThread(void* _status);
} //namespace