MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetPosition

Function GetPosition

Source/Engine/Platform/Base/WindowBase.h:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 /// Gets the window position (in screen coordinates).
271 /// </summary>
272 API_PROPERTY() virtual Float2 GetPosition() const
273 {
274 return Float2::Zero;
275 }
276
277 /// <summary>
278 /// Sets the window position (in screen coordinates).

Callers 15

DrawMethod · 0.50
ScreenToClientMethod · 0.50
ClientToScreenMethod · 0.50
ScreenToClientMethod · 0.50
ClientToScreenMethod · 0.50
OnDebugDrawSelectedMethod · 0.50
OnTransformChangedMethod · 0.50
TickMethod · 0.50
OnDebugDrawSelectedMethod · 0.50
OnDebugDrawSelectedMethod · 0.50
OnDebugDrawSelectedMethod · 0.50
OnDebugDrawSelectedMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected