3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/renderers/HoverRenderer.h"
22 virtual ::std::shared_ptr<::UICustomRenderer> clone() const ;
24 virtual
bool update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene) ;
26 virtual
void render(::MinecraftUIRenderContext&, ::IClientInstance&, ::UIControl&,
int) ;
28 virtual ~CursorPositionLayoutUpdater() = default;
34 MCAPI static
void setupLayoutForTooltip(::LayoutComponent& layoutComponent, ::glm::vec2 const& cursorPos);
40 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
42 MCAPI
bool $update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene);
44 MCFOLD
void $render(::MinecraftUIRenderContext&, ::IClientInstance&, ::UIControl&,
int);
Definition CursorPositionLayoutUpdater.h:5
static MCAPI void ** $vftable()
Definition HoverRenderer.h:5
Definition IClientInstance.h:5
Definition LayoutComponent.h:5
Definition MinecraftUIRenderContext.h:5
Definition UICustomRenderer.h:5