android::CScreen


All platform-dependent classes have been moved to Platform Package in release 10.0.0.

This class is available on Android platform only

Corresponding class for Windows platform is here.

Corresponding class for Linux platform is here.

Implements class for working with screen for Android platform.

You can find more information in comments below. Overrided methods can be found in corresponding base interface.

class CScreen :public virtual IScreen
    {
    public:
        int getWidth() override;
        int getHeight() override;
        // Since 4.1.0 
        Point getDPI() override;
    
        CScreen(CApplication *application);
    };
Namespace: nitisa::standard::android
Include: Standard/Platform/Android/Screen.h