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. | |