2D Engine v0.1.0
|
Input Component. More...
#include <Components.hpp>
Public Attributes | |
bool | leftPress {false} |
bool | rightPress {false} |
bool | spacePress {false} |
float | speed {0.1f} |
float | jumpSpeed {-5.5f} |
Input Component.
float InputComponent::jumpSpeed {-5.5f} |
bool InputComponent::leftPress {false} |
bool InputComponent::rightPress {false} |
bool InputComponent::spacePress {false} |
float InputComponent::speed {0.1f} |