Implementation of the Checkbox class for the GUI framework. 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>
#include <io/input.h>
Classes | |
class | CheckBox |
Implementation of the Checkbox class for the GUI framework.
This source file contains the implementation of the Checkbox class, which is a part of the GUI framework used in the project. The Checkbox class provides functionality to create and manage checkbox elements within the graphical user interface. It handles rendering, state management, and user interaction for checkboxes.
This file is used for creating interactive checkbox components that can be used in various parts of the application to allow users to make binary choices.