disableGazePointer method

void disableGazePointer()

Disables the gaze pointer.

Implementation

void disableGazePointer() {
  gazePointer = null;
}