Hello.
I am searching for the built-in PSP Keyboard that is used in almost all the input systems for typing on the psps main XMB menu. I have seen Quake II with it, a couple others too. Can anyone tell me where/what/how to get it to work to feed what ever character entered into a string/buffer of any kind? thanks a ton!
PSPs Built-in Keyboard? Where is it? What call? etc.?
- Timale-Kun
- Posts: 13
- Joined: Sat Jan 14, 2006 8:38 pm
- Location: Paris
- Contact:
U might talk about en OSK (On Sceen KeyBoard) McZonck has release something about the one he used in his Quake II port Check his website out or It might already be mentionned on PS2Dev.org
As I'm Kind I let u the Tutorial McZonck made about the OSk Here
As I'm Kind I let u the Tutorial McZonck made about the OSk Here
While we are on the subject, would it in any way be possible to install some kind of code that would take over the function of the sony OSK while active? That would be very interesting. In theory you would expect the Sony OSK to allow for something like that if there were ever plans to release an external keyboard ...
dang, why does the output buffer have to be in a structure! Im making simple examples / trying to remove the entire structure. Do you think:
int sceUtilityOskInitStart(PspOsk*);
int sceUtilityOskShutdownStart(void);
int sceUtilityOskUpdate(int);
int sceUtilityOskGetStatus(void);
Would that start the keyboard after initializing GU? Or do U have to do all that stuff in the McZonk's example one? Im going to do some testing.....
Let me know if someone else has gotten this out of a structure and easily editable meaning the output goes straight into a buffer.....
int sceUtilityOskInitStart(PspOsk*);
int sceUtilityOskShutdownStart(void);
int sceUtilityOskUpdate(int);
int sceUtilityOskGetStatus(void);
Would that start the keyboard after initializing GU? Or do U have to do all that stuff in the McZonk's example one? Im going to do some testing.....
Let me know if someone else has gotten this out of a structure and easily editable meaning the output goes straight into a buffer.....