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

    Interface ScreenSize

    Screen size breakpoints for responsive design

    화면크기

    interface ScreenSize {
        height: number;
        isDesktop: boolean;
        isLandscape: boolean;
        isMobile: boolean;
        isTablet: boolean;
        width: number;
    }
    Index

    Properties

    height: number

    Screen height in pixels

    isDesktop: boolean

    Whether the device is desktop (≥1200px)

    isLandscape: boolean

    Whether the screen is in landscape orientation

    isMobile: boolean

    Whether the device is mobile (<768px)

    isTablet: boolean

    Whether the device is tablet (768-1199px)

    width: number

    Screen width in pixels