LeviLamina
Loading...
Searching...
No Matches
InputRenderContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class RectangleArea;
8namespace mce { class Color; }
9// clang-format on
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 virtual ~InputRenderContext() = 0;
16
17 virtual void setColor(::mce::Color const&) = 0;
18
19 virtual void drawRect(::RectangleArea const&, int, int, int, int, float, float, float, float) const = 0;
20
21 virtual void forceRender(::std::string const&) = 0;
22
23 virtual ::RectangleArea measureText(::glm::vec2 const&, ::std::string const&) const = 0;
24
25 virtual void drawText(::RectangleArea const&, ::std::string const&) = 0;
26 // NOLINTEND
27
28public:
29 // virtual function thunks
30 // NOLINTBEGIN
31
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCNAPI static void** $vftable();
38 // NOLINTEND
39};
Definition InputRenderContext.h:5
static MCAPI void ** $vftable()