Display size calculations problem

Three points:

  • The position 0,0 is in the upper left corner and not in the center

  • Maybe displayWidth and displayHeight get defined only after size() or fullscreen()? So is width and height by the way.

  • I wouldn’t use size and fullscreen together. Just use the latter (one or the other).

2 Likes