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

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

Classes

class  CheckBox
 

Detailed Description

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.

Author
Loup Picault
Date
2023-10-25