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

Method onWebTouchCallback

core/platform/RenderViewImpl.cpp:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118#if defined(__EMSCRIPTEN__)
119 static EM_BOOL onWebTouchCallback(int eventType, const EmscriptenTouchEvent* touchEvent, void* /*userData*/)
120 {
121 if (_view)
122 _view->onWebTouchCallback(eventType, touchEvent);
123 return EM_FALSE;
124 }
125
126 static void onWebClickCallback()
127 {

Callers

nothing calls this directly

Calls 1

onWebTouchCallbackMethod · 0.45

Tested by

no test coverage detected