sf::Event::TouchEvent Struct Reference
Touch events parameters (TouchBegan, TouchMoved, TouchEnded) More...
#include <Event.hpp>
Public Attributes | |
| unsigned int | finger |
| Index of the finger in case of multi-touch events. More... | |
| int | x |
| X position of the touch, relative to the left of the owner window. More... | |
| int | y |
| Y position of the touch, relative to the top of the owner window. More... | |
Detailed Description
Touch events parameters (TouchBegan, TouchMoved, TouchEnded)
Member Data Documentation
| unsigned int sf::Event::TouchEvent::finger |
| int sf::Event::TouchEvent::x |
| int sf::Event::TouchEvent::y |
The documentation for this struct was generated from the following file: