thedark wrote:the only thing is what i got ar numbers like 126701325
char text[100];
int place = 0;
if (Pad.Newpress.A) {
PA_InitKeyboard(1);
PA_KeyboardIn(0,0);
}
if (Stylus.Newpress) {
text[place] = PA_CheckKeyboard();
place++;
}
PA_OutputText(1,0,0,"%s",text);
JanMulder wrote:Well, you guys kind of fail. I did exactly as I said and it worked
JanMulder wrote:I didn't only write it in code. I wrote it down in DSGM language in the first place.
Users browsing this forum: No registered users and 2 guests