Skip to content

ControlAdapter

Navigation input adapter (keyboard, touch, …).

interface ControlAdapter {
name: string
setup(actions: NavigationActions): void | (() => void)
}