Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface InputSystemInterface

    interface InputSystemInterface {
        clearActions: () => void;
        isActionActive: (action: string) => boolean;
        registerAction: (action: string, callback: () => void) => void;
        unregisterAction: (action: string) => void;
    }
    Index

    Properties

    clearActions: () => void
    isActionActive: (action: string) => boolean
    registerAction: (action: string, callback: () => void) => void
    unregisterAction: (action: string) => void