isMobile function

bool isMobile()

Implementation

bool isMobile() {
  return ScreenSize().width < 768;
}