Re: Capturing arrow keys and function keys during user input

  • From: "QuentinC" <webmaster@xxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 30 Aug 2010 06:04:10 +0200

Hello,
To catch key press, you can use getch on windows, I don't know the linux equivalent but I'm sure it exists. To move the cursor, change color, etc. , on windows there are specialized functions (see MSDN), on linux you can send ANSI escaped sequences (wikipedia has the list)

__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: