You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/dome.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,9 @@ Returns the generic name of the operating system or platform, where possible.
80
80
#### `time: Number`
81
81
Returns the integer number of seconds since the unix epoch (1st January 1970).
82
82
83
+
#### `displayCount: Number`
84
+
Returns the integer number of displays on the system.
85
+
83
86
## Process
84
87
85
88
### Static Fields
@@ -144,6 +147,10 @@ Default is `false`.
144
147
145
148
This is the height of the window/viewport, in pixels.
146
149
150
+
#### `static display: Number`
151
+
152
+
This is the display window is rendered on. Default is `0` which is users primary/main display. When going out of bounds (less than `0` or more than number of displays) will automatically loop back around
153
+
147
154
#### `static integerScale: Boolean`
148
155
149
156
If set to true, the Canvas within the Window will be scaled by integer scaling factors only. This is useful for avoiding the "fat-pixel" look
0 commit comments