3#include "mc/_HeaderOutputPredefine.h"
8namespace mce {
class Color; }
15 virtual ~InputRenderContext() = 0;
17 virtual void setColor(::mce::Color
const& color) = 0;
19 virtual void drawRect(
20 ::RectangleArea
const& rect,
31 virtual void forceRender(::std::string
const& texturePath) = 0;
33 virtual ::RectangleArea measureText(::glm::vec2
const& center, ::std::string
const& text)
const = 0;
35 virtual void drawText(::RectangleArea
const& area, ::std::string
const& text) = 0;
Definition InputRenderContext.h:5
static MCAPI void ** $vftable()
Definition RectangleArea.h:5