platformer - v1.0.0
    Preparing search index...

    Stores player control input state.

    interface default {
        direction: Vector;
        jump: boolean;
    }
    Index

    Properties

    Properties

    direction: Vector

    Movement direction input (normalized).

    jump: boolean

    Whether jump input is active.