How can I get position of Screen in blender?
Printable View
How can I get position of Screen in blender?
Help please!
Width and height.
It starts in the top left corner of the screen, if i dont mix things up.
I dont remember if it scaled or was a fixed position, knowing maiet its going to be fixed.
Its literally the ammount of pixel from point a(start) to b(end) that declares position x or y.
Look at this. It's the positioning from what I remember.Code:TextRelative(pDC, 100.f/800.f, 23.f/600.f,hp);
TextRelative(pDC, 100.f/800.f, 50.f/600.f,ap);