isUsingAltBuffer method
indication if the alternative buffer is currently used
Implementation
bool isUsingAltBuffer() {
return _buffer == _altBuffer;
}
indication if the alternative buffer is currently used
bool isUsingAltBuffer() {
return _buffer == _altBuffer;
}