hello all. first, agayn sorry for poor enlgish and easy questions. so.
i want write full system-compatible apps on sasc wich 'keypressed' handlers.
for example, i want trap 'alt+1' combination. application must be in
background as commoditie. i mean:
#include <;;;;;;>
main()
{
if 'alt+n' printf to con: "you press alt+n\n"
else printt to con: "you press other key\n"
}
what library i must using for trap need keys? what functions? etc. easy/little
example will be very good.
thnx all.