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