Page 1 of 1

Linux inkey()

Posted: Mon Oct 20, 2003 3:52 pm
by pthien
The Linux compiler seems to compile inkey(), but I don't think the iocontrl or whatever it is called is getting set correctly because keypresses don't register properly. Is there a way to get inkey() functionality in Linux?

Thanks,
Phil

inkey()

Posted: Sat Nov 08, 2003 12:13 pm
by pbdep
Hiya,

Use the Curses lib to call for Key detection....


Regards, Norman.