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

Method getName

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

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

Source from the content-addressed store, hash-verified

136
137////////////////////////////////////////////////////////////
138std::string JniInputDevice::getName() const
139{
140 return javaStringToStd(static_cast<jstring>(m_env.CallObjectMethod(m_inputDevice, m_getNameMethod)));
141}
142
143
144////////////////////////////////////////////////////////////

Callers 2

openMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected