Hello,
I joined these forums because of the great PSP support. I am currently developing a PSP friendly website and I am running into some trouble capturing the PSP's D-Pad.
My initial reaction was, try to capture the onKeyPress however I have been failing to grab the keycode. Has anyone managed to capture the D-Pad from the PSP's web browser?
PSP Web Development: Capturing D-Pad?
Every browser under the sun provides an abstraction layer to feed user input to the page's businness logic (that could be javascript code, or whatever page plugin you like, say flash). So i guess you can capture psp's "virtual mouse" pointer position, but you could never-ever capture -say- the [square button] press because netfront doesn't dispatch the event to any underlaying layer. So the short answer is :"try to convince someone to port firefox on psp (handling messages the way you like), or just forget it"