Hi,
I'm fairly new to Android NDK, so bear with me if this is a stupid question.
I'm running on a Nexus 7 and I'm trying to get my screen right.
I've called this code:
eglGetConfigAttrib(display, selectedConfig, EGL_NATIVE_VISUAL_ID, &format);
ANativeWindow_setBuffersGeometry(g_AndroidEngine.app->window, 1920, 1080, format);
To set my resolution to 1920x1080. But all my touch input coordinates are coming in at the range of ~1000x~640. Is there another function I need to call to update the size of a screen?