Taos API Reference
    Preparing search index...

    Interface TouchStyleOverrides

    interface TouchStyleOverrides {
        joystickBg?: string;
        joystickBorder?: string;
        knobBg?: string;
        knobBorder?: string;
        buttonBg?: string;
        buttonBorder?: string;
        buttonColor?: string;
        buttonFontFamily?: string;
        customCss?: string;
    }
    Index

    Properties

    joystickBg?: string
    joystickBorder?: string
    knobBg?: string
    knobBorder?: string
    buttonBg?: string
    buttonBorder?: string
    buttonColor?: string
    buttonFontFamily?: string
    customCss?: string

    Extra CSS appended after the default stylesheet (last-wins).