My Project
Public Attributes | List of all members
component::cclick_t Struct Reference

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 &registry)> callBack
 Callback function.
 

Detailed Description

Structure representing the click component to know if a entity is pressed and a call back to call when the entity is pressed.


The documentation for this struct was generated from the following file: