Home
last modified time | relevance | path

Searched refs:isTouchDown (Results 1 – 11 of 11) sorted by relevance

/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/
H A DTouch.cpp37 return priv::InputImpl::isTouchDown(finger); in isDown()
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/iOS/
H A DInputImpl.hpp133 static bool isTouchDown(unsigned int finger);
H A DInputImpl.mm93 bool InputImpl::isTouchDown(unsigned int finger)
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/OSX/
H A DInputImpl.hpp134 static bool isTouchDown(unsigned int finger);
H A DInputImpl.mm213 bool InputImpl::isTouchDown(unsigned int /*finger*/)
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/Win32/
H A DInputImpl.hpp133 static bool isTouchDown(unsigned int finger);
H A DInputImpl.cpp232 bool InputImpl::isTouchDown(unsigned int /*finger*/) in isTouchDown() function in sf::priv::InputImpl
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/Unix/
H A DInputImpl.hpp133 static bool isTouchDown(unsigned int finger);
H A DInputImpl.cpp305 bool InputImpl::isTouchDown(unsigned int /*finger*/) in isTouchDown() function in sf::priv::InputImpl
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/Android/
H A DInputImpl.hpp133 static bool isTouchDown(unsigned int finger);
H A DInputImpl.cpp182 bool InputImpl::isTouchDown(unsigned int finger) in isTouchDown() function in sf::priv::InputImpl