Interface KeyboardDriverGroupOptions

Options used for creating a new KeyboardDriverGroup.

interface KeyboardDriverGroupOptions {
    wrapsAround: boolean;
}

Hierarchy (view full)

Properties

Properties

wrapsAround: boolean