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

The velocities for each dimension of a touch. More...

Public Types

enum  { bits = VXcoord::bits + VYcoord::bits + VZcoord::bits }
 
using VXcoord = IntegerWithBitSize< 8 >
 
using VYcoord = IntegerWithBitSize< 8 >
 
using VZcoord = IntegerWithBitSize< 8 >
 

Public Attributes

VXcoord vx
 
VYcoord vy
 
VZcoord vz
 

Detailed Description

The velocities for each dimension of a touch.

Member Typedef Documentation

§ VXcoord

§ VYcoord

§ VZcoord

Member Enumeration Documentation

§ anonymous enum

anonymous enum
Enumerator
bits 

Member Data Documentation

§ vx

VXcoord TouchVelocity::vx

§ vy

VYcoord TouchVelocity::vy

§ vz

VZcoord TouchVelocity::vz

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