This file defines the Button class and its associated methods. 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 | Button |
Represents a button. More... | |
This file defines the Button class and its associated methods.
This source file contains the implementation of the Button class, which is used to create and manage button elements within the application. The Button class provides functionalities such as rendering the button, handling user interactions, and triggering events when the button is clicked.
The Button class is a crucial component for creating interactive user interfaces in the application, allowing users to perform actions through button clicks.