Avionics
Dropship Simulator
Devices::Joystick Class Reference

#include <Joystick.h>

Collaboration diagram for Devices::Joystick:
[legend]

Public Member Functions

void FrameMove (float fElapsed)
 
void Destroy ()
 
void Initialize (Logger *logger, JoystickConfig *config, Bus *prmBus, LPDIRECTINPUT8 g_pDI)
 
float GetAxis (UINT)
 
bool IsActive () const
 
bool GetButton (int) const
 
DWORD GetPOV (int)
 

Static Private Member Functions

static BOOL CALLBACK EnumJoysticksCallback (const DIDEVICEINSTANCE *pdidInstance, VOID *pContext)
 
static BOOL CALLBACK EnumObjectsCallback (const DIDEVICEOBJECTINSTANCE *pdidoi, VOID *pContext)
 

Private Attributes

Loggerlogger = nullptr
 
JoystickConfigconfig = nullptr
 
Busbus = nullptr
 
DIJOYSTATE jsOld
 
std::vector< float > axes
 
bool acquired = false
 
LPDIRECTINPUTDEVICE8 g_pJoystick = nullptr
 
std::vector< GUID > guids
 

Detailed Description

Definition at line 48 of file Joystick.h.

Member Function Documentation

◆ Destroy()

void Devices::Joystick::Destroy ( )

Definition at line 172 of file Joystick.cpp.

Here is the caller graph for this function:

◆ EnumJoysticksCallback()

BOOL CALLBACK Devices::Joystick::EnumJoysticksCallback ( const DIDEVICEINSTANCE *  pdidInstance,
VOID *  pContext 
)
staticprivate

Definition at line 10 of file Joystick.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnumObjectsCallback()

BOOL CALLBACK Devices::Joystick::EnumObjectsCallback ( const DIDEVICEOBJECTINSTANCE *  pdidoi,
VOID *  pContext 
)
staticprivate

Definition at line 35 of file Joystick.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FrameMove()

void Devices::Joystick::FrameMove ( float  fElapsed)

DInput joystick state



Deadband

Scale

Inversion

Buttons

Definition at line 181 of file Joystick.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetAxis()

float Devices::Joystick::GetAxis ( UINT  axis)

Definition at line 291 of file Joystick.cpp.

◆ GetButton()

bool Devices::Joystick::GetButton ( int  button) const

Definition at line 297 of file Joystick.cpp.

◆ GetPOV()

DWORD Devices::Joystick::GetPOV ( int  pov)

Definition at line 303 of file Joystick.cpp.

◆ Initialize()

void Devices::Joystick::Initialize ( Logger logger,
JoystickConfig config,
Bus prmBus,
LPDIRECTINPUT8  g_pDI 
)

Scan for the GUID in the list of enumerated devices

Definition at line 89 of file Joystick.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsActive()

bool Devices::Joystick::IsActive ( ) const

Definition at line 286 of file Joystick.cpp.

Member Data Documentation

◆ acquired

bool Devices::Joystick::acquired = false
private

Definition at line 57 of file Joystick.h.

◆ axes

std::vector<float> Devices::Joystick::axes
private

Definition at line 56 of file Joystick.h.

◆ bus

Bus* Devices::Joystick::bus = nullptr
private

Definition at line 53 of file Joystick.h.

◆ config

JoystickConfig* Devices::Joystick::config = nullptr
private

Definition at line 52 of file Joystick.h.

◆ g_pJoystick

LPDIRECTINPUTDEVICE8 Devices::Joystick::g_pJoystick = nullptr
private

Definition at line 59 of file Joystick.h.

◆ guids

std::vector<GUID> Devices::Joystick::guids
private

Definition at line 63 of file Joystick.h.

◆ jsOld

DIJOYSTATE Devices::Joystick::jsOld
private

Definition at line 55 of file Joystick.h.

◆ logger

Logger* Devices::Joystick::logger = nullptr
private

Definition at line 51 of file Joystick.h.


The documentation for this class was generated from the following files: