desktop.lua 260 B

123456789101112131415161718192021
  1. --Canvas--
  2. _ScreenTX,_ScreenTY = 0,0
  3. --Graphics API--
  4. _goffset = {
  5. printX = -1,
  6. printY = -1,
  7. pointX = -1,
  8. pointY = 0,
  9. rectX = -1,
  10. rectY = -1,
  11. rect_lineX = 0,
  12. rect_lineY = 0,
  13. rect_lineW = -1,
  14. rect_lineH = -1,
  15. imageX = -1,
  16. imageY = -1,
  17. quadX = -1,
  18. quadY = -1
  19. }