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