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

Method JniInputDeviceClass

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

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

Source from the content-addressed store, hash-verified

150
151////////////////////////////////////////////////////////////
152JniInputDeviceClass::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////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected