Getting centre coordinates from the current screen.

How to get the coordinates of the centre point in the current screen without any mouse clicks??

Try scene.pickPosition.

Just get the window width and height of the window, and pass those in divided by 2.