axmol/cocos2dx/platform/emscripten/CCDevice.cpp

21 lines
216 B
C++

#include "platform/CCDevice.h"
NS_CC_BEGIN
int Device::getDPI()
{
return 160;
}
void Device::setAccelerometerEnabled(bool isEnabled)
{
}
void Device::setAccelerometerInterval(float interval)
{
}
NS_CC_END