→ summary
******************************************************************************************
Module Evolife.Graphics.Screen:
==============================
physical display (Screen and monitors)
******************************************************************************************
**************************************************************************************
Class Screen_:
=============
Stores characteristics of physical display
**************************************************************************************
----------------------------------------------------------------------------------
Method Screen_.__init__:
=======================
Stores available physical screens
----------------------------------------------------------------------------------
Arguments:
. MainApp
----------------------------------------------------------------------------------
Method Screen_.resize:
=====================
applies screen’s display ratio to coordinates
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
Method Screen_.locate:
=====================
calls ‘resize’ (for high definition screen and optional screen change)
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
Method Screen_.switchScreen:
===========================
Chave the value of ‘currentScreen’
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
Method Screen_.changeScreen:
===========================
translates coordinates to display on current screen
----------------------------------------------------------------------------------
Arguments:
. Coord
Back to Evolife