|
Brunot
|
This is the complete list of members for Controllers, including all inherited members.
| connectController(int controllerID) -> void | Controllers | |
| connectedControllers | Controllers | private |
| controllerCallback(int joystickID, int event) -> void | Controllers | static |
| Controllers() | Controllers | |
| enabled | Controllers | private |
| getButtonStatesOfController(int controllerID) -> std::array< std::unique_ptr< ControllerButton >, 15 > & | Controllers | private |
| getControllerNameFromID(int id) -> std::string | Controllers | static |
| getEnabled() const -> bool | Controllers | |
| getHeldButtonsMap() -> std::unordered_map< int, std::string > & | Controllers | |
| getSticksMap() -> std::unordered_map< int, std::pair< std::string, std::string > > | Controllers | |
| getStickStatesOfController(int controllerID) -> std::array< ControllerStick, 6 > & | Controllers | private |
| getTapButtonsMap() -> std::unordered_map< int, std::string > & | Controllers | |
| holdButtonMap | Controllers | private |
| lastFrameControllerState | Controllers | private |
| maxConnectedControllers | Controllers | private |
| removeControllerID(int id) -> void | Controllers | |
| setEnabled(bool newState) -> void | Controllers | |
| showMenu() -> void | Controllers | |
| stickMap | Controllers | private |
| tapButtonMap | Controllers | private |
| update(float dt) -> void | Controllers |