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

Method getAxis

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

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

Source from the content-addressed store, hash-verified

62
63////////////////////////////////////////////////////////////
64int JniMotionRange::getAxis() const
65{
66 return m_env.CallIntMethod(m_motionRange, m_getAxisMethod);
67}
68
69
70////////////////////////////////////////////////////////////

Callers 1

getCapabilitiesFromJniFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected