My Project
|
Structure representing the click component to know if a entity is pressed and a call back to call when the entity is pressed. More...
#include <Click.hpp>
Public Attributes | |
bool | isPressed |
Boolean to know if is pressed. | |
std::function< void(Registry ®istry)> | callBack |
Callback function. | |
Structure representing the click component to know if a entity is pressed and a call back to call when the entity is pressed.