JUCE
Public Types | Public Attributes | List of all members
BlocksProtocol::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 BlocksProtocol::TouchVelocity::vx

◆ vy

VYcoord BlocksProtocol::TouchVelocity::vy

◆ vz

VZcoord BlocksProtocol::TouchVelocity::vz

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