R-Type
|
#include <PressableComponent.hpp>
Public Attributes | |
Recti | hitbox |
Recti | textureDefault |
Recti | textureHovered |
Recti | texturePressed |
PressableState | state |
std::function< void()> | action |
std::function<void()> GameEngine::PressableComponent::action |
Recti GameEngine::PressableComponent::hitbox |
PressableState GameEngine::PressableComponent::state |
Recti GameEngine::PressableComponent::textureDefault |
Recti GameEngine::PressableComponent::textureHovered |
Recti GameEngine::PressableComponent::texturePressed |