This file defines the Label class and its associated functions. More...
#include <raptiquax.h>
#include <classes/classes.h>
#include <math/math_util.h>
#include <io/model.h>
#include <storage/node.h>
#include <io/shader.h>
#include <render/render.h>
#include <window.h>
#include <gui/frame.h>
Classes | |
class | Label |
Represents a label. More... | |
This file defines the Label class and its associated functions.
This file contains the implementation of the Label class, which is used to create and manage text labels within the application. It includes functions for initializing, rendering, and updating label properties.
The Label class is part of the nodes/frames module and is essential for displaying text information in the graphical user interface.
Additional details: