JUCE
|
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 |
The velocities for each dimension of a touch.
VXcoord BlocksProtocol::TouchVelocity::vx |
VYcoord BlocksProtocol::TouchVelocity::vy |
VZcoord BlocksProtocol::TouchVelocity::vz |