| View previous topic :: View next topic |
| Author |
Message |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Mon Feb 23, 2009 2:41 am Post subject: How use build-in OSK |
|
|
Can someone tell me how i can use the build-in OSK?
I want to write a function wich returns the text in the OSK
| Code: | | const char * pspGetString(const char* begintext,const char* description); |
I've looked at the samples but it was a little bit confusing. _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
ITDemo
Joined: 17 Nov 2007 Posts: 20
|
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Mon Feb 23, 2009 4:26 am Post subject: |
|
|
Tnks. i'll use that
When i use that code i don't see the OSK. I only hear the sound when i push a button
Does someone know what i do wrong?
I use SDL.
EDIT::
fixed. _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
|