|
JUCE
|
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 |
The coordinates of a touch.
| Xcoord BlocksProtocol::TouchPosition::x |
| Ycoord BlocksProtocol::TouchPosition::y |
| Zcoord BlocksProtocol::TouchPosition::z |
1.8.17