MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / Fire

Method Fire

Dependencies/AndroidExtensions/Source/Globals.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void Fire(Args ... args)
38 {
39 std::lock_guard<std::recursive_mutex> guard{m_mutex};
40 for (auto& handler : m_handlers)
41 {
42 handler(args ...);
43 }
44 }
45
46 private:
47 std::recursive_mutex m_mutex{};

Callers 3

PauseFunction · 0.80
ResumeFunction · 0.80
RequestPermissionsResultFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected