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

    Interface ScreenBounds

    Screen bounds for position calculations Used to prevent Html overlays from clipping at screen edges

    화면경계

    interface ScreenBounds {
        height: number;
        safeArea?: { bottom: number; left: number; right: number; top: number };
        width: number;
    }
    Index

    Properties

    height: number

    Screen height in pixels

    safeArea?: { bottom: number; left: number; right: number; top: number }

    Safe area insets (for mobile notches)

    width: number

    Screen width in pixels