Welcome, Guest. Please login or register.

Author Topic: 'keypressed' handlers programming  (Read 2418 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline kas1eTopic starter

'keypressed' handlers programming
« on: April 30, 2004, 05:13:13 PM »
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.