Community Forum

Screen size

Forum Overview >> Scripting

CategoryScripting
Created04.12.2014 19:37


John Doe (Unknown) 04.12.2014 19:40
Hi all

I would like to know in lua the size of the screen in pixel and particularly the width ratio.
The goal is to say printing a logo without aberration

Thanks for your answers

Jakob Tischler (Unknown) 10.12.2014 00:54
g_screenWidth
g_screenHeight
g_screenAspectRatio

real display screen:
g_referenceScreenWidth
g_referenceScreenHeight

John Doe (Unknown) 18.12.2014 17:41
thanks


Note: Log in to post. Create a new account here.