Implementation of the RadioButton class. 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 | RadioButton |
Represents a radio button. More... | |
Implementation of the RadioButton class.
This source file contains the implementation of the RadioButton class, which is used to create and manage radio button UI elements in the application. The RadioButton class provides functionality to handle user interactions, rendering, and state management of radio buttons.
This file is part of the larger project that integrates SDL and OpenGL for rendering graphical user interfaces.