Pioneer
Loading...
Searching...
No Matches
Classes | Enumerations | Functions
InputBindings Namespace Reference

Classes

struct  Action
 
struct  Axis
 
struct  JoyAxis
 
struct  KeyBinding
 
struct  KeyChord
 

Enumerations

enum class  Response { Ignored = 0 , Pressed , Released }
 

Functions

std::string_view & operator>> (std::string_view &, KeyBinding &)
 
std::ostream & operator<< (std::ostream &, const KeyBinding &)
 
std::string_view & operator>> (std::string_view &, JoyAxis &)
 
std::ostream & operator<< (std::ostream &, const JoyAxis &)
 
std::string_view & operator>> (std::string_view &, KeyChord &)
 
std::ostream & operator<< (std::ostream &, const KeyChord &)
 
std::string_view & operator>> (std::string_view &, Action &)
 
std::ostream & operator<< (std::ostream &, const Action &)
 
std::string_view & operator>> (std::string_view &, Axis &)
 
std::ostream & operator<< (std::ostream &, const Axis &)
 

Enumeration Type Documentation

◆ Response

enum class InputBindings::Response
strong
Enumerator
Ignored 
Pressed 
Released 

Function Documentation

◆ operator<<() [1/5]

std::ostream & InputBindings::operator<< ( std::ostream &  str,
const Action in 
)

◆ operator<<() [2/5]

std::ostream & InputBindings::operator<< ( std::ostream &  str,
const Axis in 
)

◆ operator<<() [3/5]

std::ostream & InputBindings::operator<< ( std::ostream &  str,
const JoyAxis in 
)
Here is the call graph for this function:

◆ operator<<() [4/5]

std::ostream & InputBindings::operator<< ( std::ostream &  str,
const KeyBinding in 
)
Here is the call graph for this function:

◆ operator<<() [5/5]

std::ostream & InputBindings::operator<< ( std::ostream &  str,
const KeyChord in 
)
Here is the call graph for this function:

◆ operator>>() [1/5]

std::string_view & InputBindings::operator>> ( std::string_view &  str,
Action out 
)
Here is the call graph for this function:

◆ operator>>() [2/5]

std::string_view & InputBindings::operator>> ( std::string_view &  str,
Axis out 
)
Here is the call graph for this function:

◆ operator>>() [3/5]

std::string_view & InputBindings::operator>> ( std::string_view &  str,
JoyAxis out 
)
Here is the call graph for this function:

◆ operator>>() [4/5]

std::string_view & InputBindings::operator>> ( std::string_view &  str,
KeyBinding out 
)
Here is the call graph for this function:

◆ operator>>() [5/5]

std::string_view & InputBindings::operator>> ( std::string_view &  str,
KeyChord out 
)
Here is the call graph for this function: