Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
rtp::client::UIConstants Namespace Reference

Variables

constexpr float WINDOW_WIDTH = 1280.0f
 Standard window width.
 
constexpr float WINDOW_HEIGHT = 720.0f
 Standard window height.
 

Variable Documentation

◆ WINDOW_HEIGHT

constexpr float rtp::client::UIConstants::WINDOW_HEIGHT = 720.0f
constexpr

Standard window height.

Definition at line 90 of file Application.hpp.

Referenced by rtp::client::Application::Application(), and rtp::client::Application::render().

◆ WINDOW_WIDTH

constexpr float rtp::client::UIConstants::WINDOW_WIDTH = 1280.0f
constexpr

Standard window width.

Definition at line 89 of file Application.hpp.

Referenced by rtp::client::Application::Application(), and rtp::client::Application::render().