| 42 | } |
| 43 | |
| 44 | export interface InputEventObject extends UIEventObject { |
| 45 | data: string | null; |
| 46 | dataTransfer: DataTransferObject | null; |
| 47 | isComposing: boolean; |
| 48 | inputType: string; |
| 49 | } |
| 50 | |
| 51 | export interface GamepadEventObject extends EventObject { |
| 52 | gamepad: GamepadObject; |
nothing calls this directly
no outgoing calls
no test coverage detected