|
| InputText (const std::string &uniqueName, uranus::ecs::component::Position pos, const std::function< void()> &callbackPressed) |
|
void | handleKeyboard (size_t entity, engine::Event event) |
|
void | loop (size_t entity) |
|
| Base (const std::string &uniqueName) |
|
size_t | getEntityId () |
|
const std::string & | getUniqueName () |
|
void | setEntityId (size_t entityId) |
|
void | setUniqueName (const std::string &uniqueName) |
|
|
std::function< void()> | _callbackPressed |
|
bool | _focused |
|
sf::Font | _font |
|
bool | _hover |
|
engine::Text | _text |
|
|
size_t | _entityId |
|
std::string | _uniqueName |
|
The documentation for this class was generated from the following files:
- /github/workspace/client/include/ui/InputText.hpp
- /github/workspace/client/src/ui/InputText.cpp