isTouchMode method

bool isTouchMode()

Returns true if touch mode is active

Implementation

bool isTouchMode() {
  return _touchMode;
}