From 27b6ba83a60a7a698f438ed71ea58698971a2cb6 Mon Sep 17 00:00:00 2001 From: Menotdan Date: Wed, 10 May 2023 10:31:44 -0400 Subject: [PATCH] Added Windows Base Class for getting screen pixels and other screen-wide utilities --- Source/Engine/Platform/Windows/WindowsScreenUtils.cpp | 0 Source/Engine/Platform/Windows/WindowsScreenUtils.h | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 Source/Engine/Platform/Windows/WindowsScreenUtils.cpp create mode 100644 Source/Engine/Platform/Windows/WindowsScreenUtils.h diff --git a/Source/Engine/Platform/Windows/WindowsScreenUtils.cpp b/Source/Engine/Platform/Windows/WindowsScreenUtils.cpp new file mode 100644 index 000000000..e69de29bb diff --git a/Source/Engine/Platform/Windows/WindowsScreenUtils.h b/Source/Engine/Platform/Windows/WindowsScreenUtils.h new file mode 100644 index 000000000..4e8841525 --- /dev/null +++ b/Source/Engine/Platform/Windows/WindowsScreenUtils.h @@ -0,0 +1,5 @@ +#pragma once +class WindowsScreenUtils +{ +}; +