This file defines the implementation of the control frame class. 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>
Classes | |
class | ControlFrame |
This file defines the implementation of the control frame class.
This source file contains the implementation details for the control frame class, which is responsible for managing and rendering control frames within the application. It includes functions for initializing, updating, and rendering control frames, as well as handling user input and interactions.