|
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.
| using TouchPosition::Xcoord = IntegerWithBitSize<12> |
| using TouchPosition::Ycoord = IntegerWithBitSize<12> |
| using TouchPosition::Zcoord = IntegerWithBitSize<8> |
| Xcoord TouchPosition::x |
| Ycoord TouchPosition::y |
| Zcoord TouchPosition::z |