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

Method supportsSource

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

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

Source from the content-addressed store, hash-verified

143
144////////////////////////////////////////////////////////////
145bool JniInputDevice::supportsSource(std::size_t sourceFlags) const
146{
147 return m_env.CallBooleanMethod(m_inputDevice, m_supportsSourceMethod, jint(sourceFlags));
148}
149
150
151////////////////////////////////////////////////////////////

Callers 1

openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected