MCPcopy Create free account
hub / github.com/Illation/ETEngine / GetCursorPosition

Method GetCursorPosition

Engine/source/EtCore/Util/Logger.cpp:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53ivec2 Logger::GetCursorPosition()
54{
55 if (m_ConsoleLogger)
56 {
57 return m_ConsoleLogger->GetCursorPosition();
58 }
59
60 return ivec2(-1);
61}
62
63void Logger::Log(const std::string& msg, LogLevel level, bool timestamp, ivec2 cursorPos)
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected