MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / getPosition

Method getPosition

src/Core/System/Cursor.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 Transform::UnitVector Cursor::getPosition() const
116 {
117 return Transform::UnitVector(
118 m_constrainedX, m_constrainedY, Transform::Units::ScenePixels);
119 }
120
121 void Cursor::update()
122 {

Callers

nothing calls this directly

Calls 1

UnitVectorClass · 0.85

Tested by

no test coverage detected