jtransc / gdx-backend-jtransc

GDX backend for JTransc: targeting every platform lime supports (html5, windows, linux, mac, android, ios...) (flash is wip) (consoles + unity likely to be supported in the future)
23 stars 6 forks source link

Support highDPI on iOS #77

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hack for back buffer size, using ppi value.

ghost commented 7 years ago

@soywiz maybe it bad idea, but work for all iPad: Air, Air2, Pro. i find for SDL http://wiki.libsdl.org/SDL_GetRendererOutputSize, also https://github.com/openfl/lime/issues/607 Maybe need provide from here to back buffer gdx, but i can not implement this =(