mooball
    Preparing search index...

    Type Alias GuiControl

    Class that defines a serializable input control.

    type GuiControl = {
        keys: uint16[];
        name: string;
    }
    Index

    Properties

    Properties

    keys: uint16[]

    Current input keys/buttons that will trigger this input control.

    name: string

    Name of the input control.