mcbopomofoweb
    Preparing search index...

    Represents a custom menu in the input system.

    This class extends the NotEmpty state and provides functionality for a menu interface where the user can select an option from a list.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    composingBuffer: string

    A string buffer that stores the current composing text. This represents the text that is currently being typed but not yet committed.

    cursorIndex: number

    The current cursor position in the composition buffer. Represents the index where new input will be inserted.

    entries: CustomMenuEntry[]
    previousState: NotEmpty
    selectedIndex: number
    tooltip: string

    The tooltip to display for this input state

    Methods