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

This file implements the functionality for a selectable list frame in the application. 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 selectlist.class.c:

Classes

class  SelectList
 Represents a selectable list. More...
 

Detailed Description

This file implements the functionality for a selectable list frame in the application.

This source file contains the implementation of a selectable list frame, which is used to display and manage a list of selectable items within the application. It provides the necessary functions to create, update, and handle user interactions with the list.

Author
Loup Picault
Date
October 6, 2023