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

Method JniMotionRangeClass

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

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

Source from the content-addressed store, hash-verified

69
70////////////////////////////////////////////////////////////
71JniMotionRangeClass::JniMotionRangeClass(JNIEnv& env, jclass motionRangeClass) :
72 m_env(env),
73 m_motionRangeClass(motionRangeClass)
74{
75}
76
77
78////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected