///////////////////////////////////////////////////////
| 150 | |
| 151 | //////////////////////////////////////////////////////////// |
| 152 | JniInputDeviceClass::JniInputDeviceClass(JNIEnv& env, jclass inputDeviceClass, jmethodID getDeviceIdsMethod, jmethodID getDeviceMethod) : |
| 153 | m_env(env), |
| 154 | m_inputDeviceClass(inputDeviceClass), |
| 155 | m_getDeviceIdsMethod(getDeviceIdsMethod), |
| 156 | m_getDeviceMethod(getDeviceMethod) |
| 157 | { |
| 158 | } |
| 159 | |
| 160 | |
| 161 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected