Pioneer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
LuaInputAxis Struct Reference
Inheritance diagram for LuaInputAxis:
Inheritance graph
[legend]
Collaboration diagram for LuaInputAxis:
Collaboration graph
[legend]

Public Member Functions

 LuaInputAxis (std::string _id)
 
const char * getType () const
 
JoyAxis getAxisBinding () const
 
KeyChord getNegative () const
 
KeyChord getPositive () const
 
void setAxisBinding (JoyAxis &axis)
 
void setNegative (KeyChord &chord)
 
void setPositive (KeyChord &chord)
 
void setValue (double value)
 
double getValue ()
 
AxisgetAxis () const
 
- Public Member Functions inherited from LuaWrappable
virtual ~LuaWrappable ()
 

Public Attributes

std::string id
 

Constructor & Destructor Documentation

◆ LuaInputAxis()

LuaInputAxis::LuaInputAxis ( std::string  _id)
inline

Member Function Documentation

◆ getAxis()

Axis * LuaInputAxis::getAxis ( ) const
inline
Here is the call graph for this function:

◆ getAxisBinding()

JoyAxis LuaInputAxis::getAxisBinding ( ) const
inline
Here is the call graph for this function:

◆ getNegative()

KeyChord LuaInputAxis::getNegative ( ) const
inline
Here is the call graph for this function:

◆ getPositive()

KeyChord LuaInputAxis::getPositive ( ) const
inline
Here is the call graph for this function:

◆ getType()

const char * LuaInputAxis::getType ( ) const
inline

◆ getValue()

double LuaInputAxis::getValue ( )
inline
Here is the call graph for this function:

◆ setAxisBinding()

void LuaInputAxis::setAxisBinding ( JoyAxis axis)
inline
Here is the call graph for this function:

◆ setNegative()

void LuaInputAxis::setNegative ( KeyChord chord)
inline
Here is the call graph for this function:

◆ setPositive()

void LuaInputAxis::setPositive ( KeyChord chord)
inline
Here is the call graph for this function:

◆ setValue()

void LuaInputAxis::setValue ( double  value)
inline
Here is the call graph for this function:

Member Data Documentation

◆ id

std::string LuaInputAxis::id

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