MCPcopy Create free account
hub / github.com/SFML/SFML / Jni

Method Jni

src/SFML/Window/Android/JniHelper.cpp:245–247  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

243
244////////////////////////////////////////////////////////////
245Jni::Jni(JavaVM& vm, JNIEnv& env) : m_vm(&vm), m_env(&env)
246{
247}
248
249
250////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected