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

Method JniMotionRange

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

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

Source from the content-addressed store, hash-verified

53
54////////////////////////////////////////////////////////////
55JniMotionRange::JniMotionRange(JNIEnv& env, jobject motionRange, jmethodID getAxisMethod) :
56 m_env(env),
57 m_motionRange(motionRange),
58 m_getAxisMethod(getAxisMethod)
59{
60}
61
62
63////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected