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

Method OnPointerPressed

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

Source from the content-addressed store, hash-verified

318}
319
320void RenderViewImpl::OnPointerPressed(Windows::UI::Core::CoreWindow const& sender,
321 Windows::UI::Core::PointerEventArgs const& args)
322{
323 OnPointerPressed(args);
324}
325
326void RenderViewImpl::OnPointerPressed(Windows::UI::Core::PointerEventArgs const& args)
327{

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected