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

    Interface SafePosition

    Safe position result after bounds checking Ensures Html overlay stays within screen bounds

    안전위치

    interface SafePosition {
        wasClamped: boolean;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    wasClamped: boolean

    Whether position was clamped to screen bounds

    x: number

    X coordinate in pixels

    y: number

    Y coordinate in pixels