Wrong values getDPI()?

Using cocos2d-x 3.7 on mac mini with 18.5" monitor(http://www.villman.com/Product-Detail/Acer_H193HQV) 1366x768 resolution instead of 85; giving DPI : 160

auto DPI = Device::getDPI();

am i missing anything ?

I found that method not implemented.

implemented and sent a pull request : https://github.com/cocos2d/cocos2d-x/pull/13180