restoreCursor method

void restoreCursor()

Implementation

void restoreCursor() {
  currentPointer = tmpPointer;
}