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

Method execute

core/platform/winrt/InputEvent.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void AccelerometerEvent::execute()
44{
45 auto dispatcher = Director::getInstance()->getEventDispatcher();
46 ax::EventAcceleration accEvent(m_event);
47 dispatcher->dispatchEvent(&accEvent);
48}
49
50
51PointerEvent::PointerEvent(PointerEventType type, const Windows::UI::Core::PointerEventArgs& args)

Callers 1

ProcessEventsMethod · 0.45

Calls 15

getInstanceFunction · 0.85
PlatformStringToStringFunction · 0.85
OnPointerPressedMethod · 0.80
OnPointerMovedMethod · 0.80
OnPointerReleasedMethod · 0.80
OnMousePressedMethod · 0.80
OnMouseMovedMethod · 0.80
OnMouseReleasedMethod · 0.80
OnMouseWheelChangedMethod · 0.80
dispatchInsertTextMethod · 0.80
OnBackKeyPressMethod · 0.80

Tested by

no test coverage detected