JUCE
Public Types | Public Attributes | List of all members
TouchPosition Struct Reference

The coordinates of a touch. More...

Public Types

enum  { bits = Xcoord::bits + Ycoord::bits + Zcoord::bits }
 
using Xcoord = IntegerWithBitSize< 12 >
 
using Ycoord = IntegerWithBitSize< 12 >
 
using Zcoord = IntegerWithBitSize< 8 >
 

Public Attributes

Xcoord x
 
Ycoord y
 
Zcoord z
 

Detailed Description

The coordinates of a touch.

Member Typedef Documentation

§ Xcoord

§ Ycoord

§ Zcoord

Member Enumeration Documentation

§ anonymous enum

anonymous enum
Enumerator
bits 

Member Data Documentation

§ x

Xcoord TouchPosition::x

§ y

Ycoord TouchPosition::y

§ z

Zcoord TouchPosition::z

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