Rise
The Vieneo Province
InputConfig Struct Reference

#include <InputConfig.h>

Collaboration diagram for InputConfig:
[legend]

Public Attributes

GUID guid = MYGUID_DEFAULT
 
unsigned char axis = 0
 
bool invert = false
 
bool forceFeedback = false
 
bool split = false
 
char padding [11]
 
LPDIRECTINPUTDEVICE8 g_pJoystick = nullptr
 
bool hasMoved = false
 
std::string friendlyName
 
long oldValue = 0
 

Detailed Description

Definition at line 11 of file InputConfig.h.

Member Data Documentation

◆ axis

unsigned char InputConfig::axis = 0

Definition at line 14 of file InputConfig.h.

◆ forceFeedback

bool InputConfig::forceFeedback = false

Definition at line 16 of file InputConfig.h.

◆ friendlyName

std::string InputConfig::friendlyName

Definition at line 24 of file InputConfig.h.

◆ g_pJoystick

LPDIRECTINPUTDEVICE8 InputConfig::g_pJoystick = nullptr

Definition at line 22 of file InputConfig.h.

◆ guid

GUID InputConfig::guid = MYGUID_DEFAULT

Definition at line 13 of file InputConfig.h.

◆ hasMoved

bool InputConfig::hasMoved = false

Definition at line 23 of file InputConfig.h.

◆ invert

bool InputConfig::invert = false

Definition at line 15 of file InputConfig.h.

◆ oldValue

long InputConfig::oldValue = 0

Definition at line 25 of file InputConfig.h.

◆ padding

char InputConfig::padding[11]

Definition at line 18 of file InputConfig.h.

◆ split

bool InputConfig::split = false

Definition at line 17 of file InputConfig.h.


The documentation for this struct was generated from the following file: