fullScreen method

void fullScreen()

///////////////////////////////////////////////////////////////////////////

Implementation

// Processing API

void fullScreen() {
  fillParent = true;
}