25#ifndef TGUI_BACKEND_GLFW_GLES2_INCLUDE_HPP
26#define TGUI_BACKEND_GLFW_GLES2_INCLUDE_HPP
28#include <TGUI/Config.hpp>
29#if !TGUI_HAS_BACKEND_GLFW_GLES2
30 #error "TGUI wasn't build with the GLFW_GLES2 backend"
33#if !TGUI_BUILD_AS_CXX_MODULE
34 #include <TGUI/Backend/Window/GLFW/BackendGLFW.hpp>
35 #include <TGUI/Backend/Renderer/GLES2/BackendRendererGLES2.hpp>
36 #include <TGUI/Backend/Font/FreeType/BackendFontFreeType.hpp>
38 using GLFWwindow =
struct GLFWwindow;
41TGUI_MODULE_EXPORT
namespace tgui
43 inline namespace GLFW_GLES2
64 Gui(GLFWwindow* window)
Definition BackendGuiGLFW.hpp:49
Gui class for GLFW + GLES2 backend (using FreeType for fonts)
Definition GLFW-GLES2.hpp:49
Gui()=default
Default constructor.
Gui(GLFWwindow *window)
Constructor that immediately sets the window on which the gui should be drawn.
Definition GLFW-GLES2.hpp:64
void setWindow(GLFWwindow *window)
Sets the window on which the gui should be drawn.
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:38