isDesktop function

bool isDesktop()

Implementation

bool isDesktop() {
  return isWindows() || isMacos() || isLinux();
}