| View previous topic :: View next topic |
| Author |
Message |
Syier
Joined: 16 Apr 2008 Posts: 1
|
Posted: Wed Apr 16, 2008 11:41 pm Post subject: PSP Web Development: Capturing D-Pad? |
|
|
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? |
|
| Back to top |
|
 |
PiCkDaT
Joined: 04 Oct 2007 Posts: 69
|
Posted: Thu Apr 17, 2008 3:00 am Post subject: |
|
|
I dont know what you mean by capture from the webbrowser... buttt I'm sure you know about sceCtrlReadBufferPositive right?.... _________________ Enlighten me, Reveal my fate -- Follow - Breaking Benjamin |
|
| Back to top |
|
 |
mrlinx
Joined: 20 Mar 2008 Posts: 9
|
Posted: Thu Apr 17, 2008 4:27 am Post subject: |
|
|
He means, capturing D-pad from a flash movie that is running in a website on the PSP browser.
I'm not sure, but I would say its not possible. |
|
| Back to top |
|
 |
jean

Joined: 05 Jan 2008 Posts: 489
|
Posted: Thu Apr 17, 2008 5:24 am Post subject: |
|
|
| 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" |
|
| Back to top |
|
 |
|