Any one here have an idea of how i could create a notepad type actor,
where you type something in, say, 'keeps', and it says 'keeps'. (The tutorial 'catch any key' does not work on my computer for some reason)
int keyCode = getLastKey();
strcpy(view.text, getKeyText(keyCode));
int keyCode = getLastKey();
strcpy(tinter.text, getKeyText(keyCode));
Users browsing this forum: No registered users and 1 guest