Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
InputDevice::AxisState Class Reference

Public Member Functions

 operator bool ()
 

Public Attributes

double _bias = 0.0
 
double _scale = 1.0
 
Axis axis = Axis::none
 
bool known = false
 
double value = 0.0
 

Detailed Description

Definition at line 164 of file inputDevice.h.

Member Function Documentation

◆ operator bool()

InputDevice::AxisState::operator bool ( )
inline

Definition at line 169 of file inputDevice.h.

Member Data Documentation

◆ _bias

double InputDevice::AxisState::_bias = 0.0

Definition at line 177 of file inputDevice.h.

◆ _scale

double InputDevice::AxisState::_scale = 1.0

Definition at line 176 of file inputDevice.h.

◆ axis

Axis InputDevice::AxisState::axis = Axis::none

Definition at line 171 of file inputDevice.h.

◆ known

bool InputDevice::AxisState::known = false

Definition at line 173 of file inputDevice.h.

◆ value

double InputDevice::AxisState::value = 0.0

Definition at line 172 of file inputDevice.h.


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