Home > rainway-sdk > RainwayFullscreenOptions
RainwayFullscreenOptions interface
Options passed into RainwayStream.requestFullscreen().
Signature:
export interface RainwayFullscreenOptions
Properties
Property | Type | Description |
---|---|---|
lockKeyboard? | boolean | (Optional) Whether to additionally lock the keyboard, preventing keypresses like Ctrl+F or Esc from reaching the browser until fullscreen is left. Defaults to true. |
lockPointer? | boolean | (Optional) Whether to additionally lock the pointer. Defaults to true. |