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

Function isDown

src/SFML/Window/Touch.cpp:35–38  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

33{
34////////////////////////////////////////////////////////////
35bool isDown(unsigned int finger)
36{
37 return priv::InputImpl::isTouchDown(finger);
38}
39
40
41////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

isTouchDownFunction · 0.50

Tested by

no test coverage detected