Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
button.class.c File Reference

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>
Include dependency graph for button.class.c:

Classes

class  Button
 Represents a button. More...
 

Detailed Description

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.

Author
Loup Picault
Date
2023-10-31