structReadFrom method
Implementation
@override
void structReadFrom(MemoryPointer p) {
_touchAction = .fromValue(field_touchAction.read(p));
_pointCount = field_pointCount.read(p);
_pointId.readFrom(p);
_position.readFrom(p);
}
@override
void structReadFrom(MemoryPointer p) {
_touchAction = .fromValue(field_touchAction.read(p));
_pointCount = field_pointCount.read(p);
_pointId.readFrom(p);
_position.readFrom(p);
}