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

Method getVendorId

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

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

Source from the content-addressed store, hash-verified

122
123////////////////////////////////////////////////////////////
124unsigned int JniInputDevice::getVendorId() const
125{
126 return static_cast<unsigned int>(m_env.CallIntMethod(m_inputDevice, m_getVendorIdMethod));
127}
128
129
130////////////////////////////////////////////////////////////

Callers 1

openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected