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>
Classes | |
class | SelectList |
Represents a selectable list. More... | |
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.