Linux inkey()

Linux specific forum
pthien
Enthusiast
Enthusiast
Posts: 150
Joined: Sun Jun 29, 2003 9:39 pm

Linux inkey()

Post 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
pbdep
User
User
Posts: 68
Joined: Fri Apr 25, 2003 5:18 pm
Location: Netherlands

inkey()

Post by pbdep »

Hiya,

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


Regards, Norman.
Post Reply