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

Method getProductId

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

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

Source from the content-addressed store, hash-verified

129
130////////////////////////////////////////////////////////////
131unsigned int JniInputDevice::getProductId() const
132{
133 return static_cast<unsigned int>(m_env.CallIntMethod(m_inputDevice, m_getProductIdMethod));
134}
135
136
137////////////////////////////////////////////////////////////

Callers 1

openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected