Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.9
    Preparing search index...
    Key3D: React.FC<Key3DProps> = ...

    Key3D Component

    Individual 3D keyboard key with press animation and label overlay. Uses category-based coloring and emissive glow when pressed.

    <Key3D
    keyData={{ code: 'Space', label: 'Space', row: 4, col: 2, width: 3, category: 'combat' }}
    isPressed={pressedKeys.has('Space')}
    />