🐛 static Input handling

export inline to have a single instance of it
This commit is contained in:
Maurice Grönwoldt 2025-05-29 17:48:42 +02:00
commit 571c1eb35e
3 changed files with 14 additions and 13 deletions

View file

@ -3,8 +3,6 @@ module;
#include <cstdint>
#include <string>
#include "../PlatformDetection.h"
export module VUI:Window;
import :Ref;
@ -13,7 +11,7 @@ import :Input;
namespace VUI {
struct WindowManager;
std::uint64_t s_Handle = 0;
export inline std::uint64_t s_Handle = 0;
export struct WindowSpecification {
uint32_t width{1280};