Documentation de SFML 2.6.0
Attention: cette page se réfère à une ancienne version de SFML. Cliquez ici pour passer à la dernière version.Loading...
Searching...
No Matches
Touch events parameters (TouchBegan, TouchMoved, TouchEnded) More...
#include <SFML/Window/Event.hpp>
Public Attributes | |
unsigned int | finger |
Index of the finger in case of multi-touch events. | |
int | x |
X position of the touch, relative to the left of the owner window. | |
int | y |
Y position of the touch, relative to the top of the owner window. | |
Touch events parameters (TouchBegan, TouchMoved, TouchEnded)
unsigned int sf::Event::TouchEvent::finger |
int sf::Event::TouchEvent::x |
int sf::Event::TouchEvent::y |