Zappy GUI
C++ graphic client: renderer, camera, network
Loading...
Searching...
No Matches
EntityTooltipWidget.hpp File Reference

Tooltip widget for selected entities (tile, player, egg). More...

#include <functional>
#include <string>
#include "ButtonWidget.hpp"
#include "IWidget.hpp"
#include "SelectionFinder.hpp"
#include "TooltipWidget.hpp"
#include "core/WorldState.hpp"
#include "raylib.h"
+ Include dependency graph for EntityTooltipWidget.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EntityTooltipWidget
 

Detailed Description

Tooltip widget for selected entities (tile, player, egg).

Player case embeds a Follow/Stop Follow button inside the panel. Call setFollowActive() each frame so the button label stays in sync.

Definition in file EntityTooltipWidget.hpp.