|
Access to display information.
Screen class can be used to get the list of supported resolutions, switch the current resolution, hide or show the system mouse pointer.
resolutions |
All fullscreen resolutions supported by the monitor (Read Only). |
currentResolution |
The current screen resolution (Read Only). |
showCursor |
Should the cursor be visible? |
lockCursor |
Should the cursor be locked? |
width |
The current width of the screen window in pixels (Read Only). |
height |
The current height of the screen window in pixels (Read Only). |
fullScreen |
Is the game running fullscreen? |
autorotateToPortrait |
|
autorotateToPortraitUpsideDown |
|
autorotateToLandscapeLeft |
|
autorotateToLandscapeRight |
|
orientation |
Specifies logical orientation of the screen. Default value is taken |
SetResolution |
Switches the screen resolution. |