Sha256: 0fc75a7827ff472aa9d1bbd8794ab93e5f001a056c923a2d66daeeeb5720b881

Contents?: true

Size: 229 Bytes

Versions: 24

Compression:

Stored size: 229 Bytes

Contents

#pragma once

namespace rho {
namespace common {

struct ISystemInfo
{
    virtual ~ISystemInfo(void){;}

    virtual String getPlatform() = 0;
    virtual int getScreenWidth() = 0;
    virtual int getScreenHeight() = 0;
};

}
}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
rhodes-2.0.3 platform/shared/common/ISystemInfo.h
rhodes-2.0.2 platform/shared/common/ISystemInfo.h
rhodes-2.0.0 platform/shared/common/ISystemInfo.h
rhodes-2.0.0.rc2 platform/shared/common/ISystemInfo.h
rhodes-2.0.0.rc1 platform/shared/common/ISystemInfo.h
rhodes-2.0.0.beta11 platform/shared/common/ISystemInfo.h
rhodes-2.0.0.beta10 platform/shared/common/ISystemInfo.h
rhodes-2.0.0.beta9 platform/shared/common/ISystemInfo.h
rhodes-2.0.0.beta8 platform/shared/common/ISystemInfo.h
rhodes-2.0.0.beta7 platform/shared/common/ISystemInfo.h
rhodes-2.0.0.beta6 platform/shared/common/ISystemInfo.h
rhodes-2.0.0.beta4 platform/shared/common/ISystemInfo.h
rhodes-2.0.0.beta3 platform/shared/common/ISystemInfo.h
rhodes-1.5.5 platform/shared/common/ISystemInfo.h
rhodes-2.0.0.beta2 platform/shared/common/ISystemInfo.h
rhodes-2.0.0.beta1 platform/shared/common/ISystemInfo.h
rhodes-1.5.4 platform/shared/common/ISystemInfo.h
rhodes-1.5.3 platform/shared/common/ISystemInfo.h
rhodes-1.5.2 platform/shared/common/ISystemInfo.h
rhodes-1.5.1 platform/shared/common/ISystemInfo.h