How can I get input data from the rear touch pad on the Vita using Playstation Suite?
I can use:
Sce.Pss.Core.Input.Touch.GetData(0)
to get data about touches on the screen, does anyone know how to get the touch data from the rear touch panel?
I tried:
Sce.Pss.Core.Input.Touch.GetData(1)
without any success, I get an index out of bounds exception.