///////////////////////////////////////////////////////
| 62 | |
| 63 | //////////////////////////////////////////////////////////// |
| 64 | int JniMotionRange::getAxis() const |
| 65 | { |
| 66 | return m_env.CallIntMethod(m_motionRange, m_getAxisMethod); |
| 67 | } |
| 68 | |
| 69 | |
| 70 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected