setPointerInputs method

void setPointerInputs(
  1. PointerInputs pointerInput
)

UncompleteDocumentation

Implementation

// Select which type of pointer events are send to the terminal.
void setPointerInputs(PointerInputs pointerInput) {
  _pointerInputs = pointerInput;
  notifyListeners();
}