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

Method JniListClass

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

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

Source from the content-addressed store, hash-verified

36{
37////////////////////////////////////////////////////////////
38JniListClass::JniListClass(JNIEnv& env, jclass listClass) : m_env(env), m_listClass(listClass)
39{
40}
41
42
43////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected