The velocities for each dimension of a touch. More...
#include <juce_BlocksProtocolDefinitions.h>
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.
{Blocks}
VXcoord juce::BlocksProtocol::TouchVelocity::vx |
VYcoord juce::BlocksProtocol::TouchVelocity::vy |
VZcoord juce::BlocksProtocol::TouchVelocity::vz |