3#include <Core/Input/DeviceTypes/Controller.h>
4#include <XBoxControllerPlugin/XBoxControllerDLL.h>
21 static void DestroyAllDevices();
26 virtual void ApplyVibration(plUInt8 uiPhysicalController, Motor::Enum eMotor,
float fStrength)
override;
28 bool m_bControllerConnected[4];
35 void SetValue(plInt32 iController,
const char* szButton,
float fValue);
38 static void SetDeadZone(
const char* szButton);
The plBitflags class allows you to work with type-safe bitflags.
Definition Bitflags.h:82
The time class encapsulates a double value storing the time in seconds.
Definition Time.h:12