3d shadows will be awesome .
I would like to get an upgraded version of the command:
SetWindowSize(width,height,fullscreen)
where fullscreen can receive any number of integer aiming at different displays connected to your pc.
so if SetWindowSize(1920,1080,2) the app will run on the second display and so on... 3 , 4 ...
so you keep your code against you on the first screen and the running app on the other
that would be extremely helpful , and yeah I know I can just drag it ... but what if I want full screen ?
and maybe even if full screen set to -1 the app will run on all screens stretched obviously I'm also aiming at PC and MAC rather then just Mobiles.
and if you want to keep it in window mode but wants to position it on another screen, what about
SetWindowPosition(x#,y#,screenIndex#) command..
and SetWindowScale(sx#,sy#) so you will keep the same resolution of the window and not just the rendering inside.
this will be extremely helpful.