API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeBrowserGamepad
@codexo/exojs / input / stable
Convenience alias for the non-null element type returned by `navigator.getGamepads()`.
0
props
0
methods
0
events
Import
import { BrowserGamepad } from '@codexo/exojs'Convenience alias for the non-null element type returned by `navigator.getGamepads()`.
Definition1
NonNullable<ReturnType<Navigator["getGamepads"]>[number]>Source