Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
Button.hpp File Reference
#include <functional>
#include <string>
#include "RType/Math/Vec2.hpp"
Include dependency graph for Button.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rtp::ecs::components::ui::Button
 Component representing a clickable button. More...
 

Namespaces

namespace  rtp
 
namespace  rtp::ecs
 File : RenderSystem.hpp License: MIT Author : Elias JosuĂ© HAJJAR LLAUQUEN elias.nosp@m.-jos.nosp@m.ue.ha.nosp@m.jjar.nosp@m.-llau.nosp@m.quen.nosp@m.@epit.nosp@m.ech..nosp@m.eu Date : 14/12/2025.
 
namespace  rtp::ecs::components
 File : Ammo.hpp License: MIT Author : Elias JosuĂ© HAJJAR LLAUQUEN elias.nosp@m.-jos.nosp@m.ue.ha.nosp@m.jjar.nosp@m.-llau.nosp@m.quen.nosp@m.@epit.nosp@m.ech..nosp@m.eu Date : 11/12/2025.
 
namespace  rtp::ecs::components::ui
 File : SpritePreview.hpp License: MIT Author : GitHub Copilot Date : 14/01/2026.
 

Enumerations

enum class  rtp::ecs::components::ui::ButtonState { rtp::ecs::components::ui::Idle , rtp::ecs::components::ui::Hovered , rtp::ecs::components::ui::Pressed }
 State of a button (idle, hovered, pressed) More...