C++ SDK for MANUS Core 2.0
Loading...
Searching...
No Matches
ClientPlatformSpecific.cpp File Reference
#include "ClientPlatformSpecific.hpp"
#include "ManusSDK.h"
#include <algorithm>
#include <codecvt>
#include <filesystem>
#include <fstream>
#include <locale>
#include <ShlObj_core.h>
#include "spdlog/spdlog.h"
#include <sstream>
#include <Windows.h>

Go to the source code of this file.

Macros

#define NOMINMAX
 
#define WIN32_LEAN_AND_MEAN
 

Functions

std::string UTF16WstringToUTF8String (const std::wstring &p_Wstring)
 
std::wstring UTF8StringtoUTF16Wstring (const std::string &p_String)
 

Variables

bool g_PreviousKeyState [0x87] = { false }
 All keys till F24 key. More...
 

Macro Definition Documentation

◆ NOMINMAX

#define NOMINMAX

Definition at line 5 of file ClientPlatformSpecific.cpp.

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 6 of file ClientPlatformSpecific.cpp.

Function Documentation

◆ UTF16WstringToUTF8String()

std::string UTF16WstringToUTF8String ( const std::wstring &  p_Wstring)

Definition at line 104 of file ClientPlatformSpecific.cpp.

◆ UTF8StringtoUTF16Wstring()

std::wstring UTF8StringtoUTF16Wstring ( const std::string &  p_String)

Definition at line 112 of file ClientPlatformSpecific.cpp.

Variable Documentation

◆ g_PreviousKeyState

bool g_PreviousKeyState[0x87] = { false }

All keys till F24 key.

Definition at line 33 of file ClientPlatformSpecific.cpp.