SFML
Simple and Fast Multimedia Library
Loading...
Searching...
No Matches
sf::Event::TouchEnded Struct Reference

Touch ended event subtype. More...

#include <Event.hpp>

Public Attributes

unsigned int finger {}
 Index of the finger in case of multi-touch events.
Vector2i position
 Final position of the touch, relative to the top left of the owner window.

Detailed Description

Touch ended event subtype.

Member Data Documentation

◆ finger

unsigned int sf::Event::TouchEnded::finger {}

Index of the finger in case of multi-touch events.

◆ position

Vector2i sf::Event::TouchEnded::position

Final position of the touch, relative to the top left of the owner window.


The documentation for this struct was generated from the following file: