Question about DeviceWidth() / DeviceHeight()

Monkey Forums/Monkey Programming/Question about DeviceWidth() / DeviceHeight()

MonoDesire(Posted 2015) [#1]
Would it be okay to call DeviceWidth() and DeviceHeight() in every OnUpdate(), or are these two calls resource demanding?

Thanks!


Volker(Posted 2015) [#2]
Yes. No.
They return only int fields, no calculation needed.


MonoDesire(Posted 2015) [#3]
Yes. No.
They return only int fields, no calculation needed.


Thanks Volker for quick reply!