Sha256: 9ce3958f11aaf45a7fc981e9247ffec7cb0c251b3d088f2d81f249e91d603cb9

Contents?: true

Size: 596 Bytes

Versions: 24

Compression:

Stored size: 596 Bytes

Contents

#ifndef RHO_SYSTEM_INFO_1e6790d99aed4df58608cf8626773edf
#define RHO_SYSTEM_INFO_1e6790d99aed4df58608cf8626773edf

#include <common/ISystemInfo.h>

extern "C" int rho_sys_get_screen_width();
extern "C" int rho_sys_get_screen_height();

namespace rho
{
namespace common
{

class CSystemInfoImpl : public ISystemInfo
{
public:
    String getPlatform() {return "Android";}
	int getScreenWidth() {return rho_sys_get_screen_width();}
	int getScreenHeight() {return rho_sys_get_screen_height();}
};

} // namespace common
} // namespace rho

#endif // RHO_SYSTEM_INFO_1e6790d99aed4df58608cf8626773edf

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
rhodes-2.0.3 platform/android/Rhodes/jni/include/rhodes/SystemInfoImpl.h
rhodes-2.0.2 platform/android/Rhodes/jni/include/rhodes/SystemInfoImpl.h
rhodes-2.0.0 platform/android/Rhodes/jni/include/rhodes/SystemInfoImpl.h
rhodes-2.0.0.rc2 platform/android/Rhodes/jni/include/rhodes/SystemInfoImpl.h
rhodes-2.0.0.rc1 platform/android/Rhodes/jni/include/rhodes/SystemInfoImpl.h
rhodes-2.0.0.beta11 platform/android/Rhodes/jni/include/rhodes/SystemInfoImpl.h
rhodes-2.0.0.beta10 platform/android/Rhodes/jni/include/rhodes/SystemInfoImpl.h
rhodes-2.0.0.beta9 platform/android/Rhodes/jni/include/rhodes/SystemInfoImpl.h
rhodes-2.0.0.beta8 platform/android/Rhodes/jni/include/rhodes/SystemInfoImpl.h
rhodes-2.0.0.beta7 platform/android/Rhodes/jni/include/rhodes/SystemInfoImpl.h
rhodes-2.0.0.beta6 platform/android/Rhodes/jni/include/rhodes/SystemInfoImpl.h
rhodes-2.0.0.beta4 platform/android/Rhodes/jni/include/rhodes/SystemInfoImpl.h
rhodes-2.0.0.beta3 platform/android/Rhodes/jni/include/rhodes/SystemInfoImpl.h
rhodes-1.5.5 platform/android/Rhodes/jni/include/SystemInfoImpl.h
rhodes-2.0.0.beta2 platform/android/Rhodes/jni/include/SystemInfoImpl.h
rhodes-2.0.0.beta1 platform/android/Rhodes/jni/include/SystemInfoImpl.h
rhodes-1.5.4 platform/android/Rhodes/jni/include/SystemInfoImpl.h
rhodes-1.5.3 platform/android/Rhodes/jni/include/SystemInfoImpl.h
rhodes-1.5.2 platform/android/Rhodes/jni/include/SystemInfoImpl.h
rhodes-1.5.1 platform/android/Rhodes/jni/include/SystemInfoImpl.h