PDA

View Full Version : Keyboard hooks??



ChewsHumans
January 29th, 2006, 10:36 AM
Hi,
I wrote a program in Windows that uses keyboard hooks (SetWindowsHookEx API).

Is there an equivalent API call in Linux? I'm looking to port my program to Linux.

Thanks.