Loom Engine - v0.10.1
    Preparing search index...

    Interface VirtualDpadOptions

    interface VirtualDpadOptions {
        inputManager: InputManager;
        parent?: HTMLElement;
        document?: Document;
        visible?: boolean;
        onPress?: (dir: DpadDirection) => void;
    }
    Index

    Properties

    inputManager: InputManager
    parent?: HTMLElement
    document?: Document
    visible?: boolean
    onPress?: (dir: DpadDirection) => void