MCPcopy Create free account
hub / github.com/axmolengine/axmol / GetPoint

Method GetPoint

core/platform/winrt/RenderViewImpl-winrt.cpp:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601Vec2 RenderViewImpl::GetPoint(Windows::UI::Core::PointerEventArgs const& args)
602{
603 return TransformToOrientation(args.CurrentPoint().Position());
604}
605
606void RenderViewImpl::QueueBackKeyPress()
607{

Callers 2

triangulateMethod · 0.45
_drawPolygonMethod · 0.45

Calls 1

PositionMethod · 0.80

Tested by

no test coverage detected