|
Rebel Fork Framework
|
Helper class to translate controller buttons. More...
#include <Urho3D/Input/InputMap.h>
Public Member Functions | |
| ControllerButtonMapping (ControllerButton controllerButton) | |
| Construct. | |
| ControllerButtonMapping (unsigned buttonIndex) | |
| Construct. | |
| ControllerButton | GetControllerButton () const |
| Get controller button. | |
| unsigned | GetGenericButton () const |
| Get generic button. | |
| void | SerializeInBlock (Archive &archive) |
| Serialize content from/to archive. May throw ArchiveException. | |
Public Attributes | |
| bool | controller_ {} |
| unsigned | button_ {} |
Helper class to translate controller buttons.