版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 1 година
1234567891011
  1. /**
  2. *
  3. */
  4. export default class Screen {
  5. readonly width = 1024;
  6. readonly height = 768;
  7. readonly availWidth = 1024;
  8. readonly availHeight = 768;
  9. readonly colorDepth = 24;
  10. readonly pixelDepth = 24;
  11. }