makeSelective method
Makes the keyboard selective.
Implementation
KeyboardMenu<CTX> makeSelective([bool selective = true]) {
_selective = selective;
return this;
}
Makes the keyboard selective.
KeyboardMenu<CTX> makeSelective([bool selective = true]) {
_selective = selective;
return this;
}