AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzTouch Struct Reference

Represents a single touch. More...

#include <CzInput.h>

List of all members.

Public Member Functions

 CzTouch ()

Public Attributes

int x
int y
 Touch position.
int px
int py
 Previous touch position.
int dx
int dy
 Delta position.
bool touched
 Touched state.
bool active
 Touch active state.
bool prev_active
 Touch active state (last frame)
int id
 ID of touch - The system tracks multiple touches by assigning each one a unique ID.

Detailed Description

Represents a single touch.


Constructor & Destructor Documentation

CzTouch::CzTouch ( ) [inline]

Member Data Documentation

Touch active state.

Delta position.

ID of touch - The system tracks multiple touches by assigning each one a unique ID.

Touch active state (last frame)

Previous touch position.

Touched state.

Touch position.


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