Raven Engine v0.1
A modern 3D Game Engine
Loading...
Searching...
No Matches
Win32Helpers.h File Reference
#include <string>
#include "Raven/Core/Types.h"
#include "Raven/Core/Base.h"
#include <Windows.h>

Namespaces

namespace  Raven
namespace  Raven::Win32Helpers

Functions

std::wstring Raven::Win32Helpers::Utf8ToUtf16 (std::string_view in) noexcept
 Converts an UTF-8 String into a Wide UTF-16 string.
std::string Raven::Win32Helpers::Utf16ToUtf8 (std::wstring_view in) noexcept
 Converts an UTF-16 String into a narrow UTF-8 string.
void Raven::Win32Helpers::SetProcessDpiAwareIfPossible ()
 Makes the process DPI aware if possible.