Hi all
I was writing PowerVR applications over am3517 evm, trying to get input from the on-board touch screen, and this statement was implemented in RenderScene() in my program:
float *pfTouch=0;
pfTouch = (float*) PVRShellGet(prefPointerLocation);
But it always returned 0, if it means that the touch screen was not functioning? Or maybe I missed some settings to active the touch screen? or lack of some software packages? need help.
thanks