Skip to content

lightgun-poc / lib/virtual / DEFAULT_SCREEN

Variable: DEFAULT_SCREEN

const DEFAULT_SCREEN: object

Defined in: lib/virtual.ts:20

Pixel dimensions assumed when no real screen can be measured.

Type Declaration

h

h: number = 1080

w

w: number = 1920

Released under the MIT License.