///////////////////////////////////////////////////////
| 53 | |
| 54 | //////////////////////////////////////////////////////////// |
| 55 | JniMotionRange::JniMotionRange(JNIEnv& env, jobject motionRange, jmethodID getAxisMethod) : |
| 56 | m_env(env), |
| 57 | m_motionRange(motionRange), |
| 58 | m_getAxisMethod(getAxisMethod) |
| 59 | { |
| 60 | } |
| 61 | |
| 62 | |
| 63 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected