UNPKG

@epicgames-ps/lib-pixelstreamingfrontend-ue5.4

Version:
9 lines (8 loc) 152 B
/** * The interface for controllers */ export interface Controller { currentState: Gamepad; prevState: Gamepad; id: number | undefined; }