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

    Interface ResponsivePosition

    Responsive position that adapts to screen size

    반응형위치

    interface ResponsivePosition {
        base: Position;
        mobile?: Position;
        scaleProportionally?: boolean;
        tablet?: Position;
    }
    Index

    Properties

    base: Position

    Base position for desktop (1200px+)

    mobile?: Position

    Position override for mobile (<768px)

    scaleProportionally?: boolean

    Whether to scale proportionally based on screen width

    tablet?: Position

    Position override for tablet (768-1199px)