isWebCanvasCaptureSupported function

bool isWebCanvasCaptureSupported()

Check if web canvas capture is supported (always false on non-web).

Implementation

bool isWebCanvasCaptureSupported() {
  return false;
}