(adsbygoogle = window.adsbygoogle || []).push({});
hi guys, I'm working 2 days to try to show up a keyboard during a game, i tried this:
I added this to project
You must login or register to view this content.
then I added this lib: $(SCE_PS3_ROOT)\target\ppu\lib\libsysutil_stub.a to project properties --> Linker -->Additional dependencies.
Then I added this:
char retText[32]; //our buffer
Keyboard:
skdialog_mode = Keyboard::MODE_OPEN;
while(Keyboard:
skdialog_mode != Keyboard::MODE_EXIT)
{ Keyboard::keyboard(retText, "Title", "Preset Text");}
Result: PS3 freeze and keyboard don't show up....
Anyone please can help me??
I have Skype too