Public Attributes | List of all members
cpp3ds::Event::TouchEvent Struct Reference

Touch events parameters (TouchBegan, TouchMoved, TouchEnded) More...

#include <Event.hpp>

Public Attributes

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)

Definition at line 39 of file Event.hpp.

Member Data Documentation

int cpp3ds::Event::TouchEvent::x

X position of the touch, relative to the left of the owner window.

Definition at line 40 of file Event.hpp.

int cpp3ds::Event::TouchEvent::y

Y position of the touch, relative to the top of the owner window.

Definition at line 41 of file Event.hpp.


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