|
| | GamepadInfo (unsigned int *buttons, std::string *names, std::string prefix, std::string controller_type) |
| |
Definition at line 62 of file InputEvents.hpp.
◆ GamepadInfo() [1/2]
| Chesto::GamepadInfo::GamepadInfo |
( |
unsigned int * |
buttons, |
|
|
std::string * |
names, |
|
|
std::string |
prefix, |
|
|
std::string |
controller_type |
|
) |
| |
|
inline |
Definition at line 69 of file InputEvents.hpp.
70 : buttons(buttons), names(names), prefix(prefix), controller_type(controller_type) {}
◆ GamepadInfo() [2/2]
| Chesto::GamepadInfo::GamepadInfo |
( |
| ) |
|
|
inline |
Definition at line 71 of file InputEvents.hpp.
72 : buttons(nullptr), names(nullptr), prefix(""), controller_type("")
73 {
74 }
◆ buttons
| unsigned int* Chesto::GamepadInfo::buttons |
◆ controller_type
| std::string Chesto::GamepadInfo::controller_type |
◆ names
| std::string* Chesto::GamepadInfo::names |
◆ prefix
| std::string Chesto::GamepadInfo::prefix |
The documentation for this struct was generated from the following file: