Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.5.30
    Preparing search index...

    Interface PlatformInfo

    Platform detection results

    interface PlatformInfo {
        deviceType: DeviceType;
        hasTouch: boolean;
        isDesktop: boolean;
        isMobile: boolean;
        isTablet: boolean;
        os: "unknown" | "ios" | "android" | "windows" | "macos" | "linux";
        screenHeight: number;
        screenWidth: number;
    }
    Index

    Properties

    deviceType: DeviceType

    Device type classification

    hasTouch: boolean

    Whether device has touch capability

    isDesktop: boolean

    Whether device is desktop

    isMobile: boolean

    Whether device is mobile phone

    isTablet: boolean

    Whether device is tablet

    os: "unknown" | "ios" | "android" | "windows" | "macos" | "linux"

    Operating system type

    screenHeight: number

    Screen height in pixels

    screenWidth: number

    Screen width in pixels