How use build-in OSK

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

How use build-in OSK

Post by jojojoris »

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: Select all

const char * pspGetString(const char* begintext,const char* description);
I've looked at the samples but it was a little bit confusing.

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
ITDemo
Posts: 20
Joined: Sat Nov 17, 2007 8:08 am

Post by ITDemo »

The easiest way is to use this file: http://www.helpnorthwest.com/osk_plugin.rar

BTW: Credits go to AlphaDingDong for that.
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Post by jojojoris »

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: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Post Reply