Idź do dokumentacji tego pliku.
20 #ifndef __EKG_NCURSES_MOUSE_H
21 #define __EKG_NCURSES_MOUSE_H
30 #define EKG_BUTTON1_CLICKED 0x0001
31 #define EKG_BUTTON2_CLICKED 0x0007
32 #define EKG_BUTTON3_CLICKED 0x0008
33 #define EKG_UNKNOWN_CLICKED 0x0006
34 #define EKG_BUTTON1_DOUBLE_CLICKED 0x0002
35 #define EKG_BUTTON2_DOUBLE_CLICKED 0x0009
36 #define EKG_BUTTON3_DOUBLE_CLICKED 0x0010
37 #define EKG_UNKNOWN_DOUBLE_CLICKED 0x0005
38 #define EKG_SCROLLED_UP 0x0003
39 #define EKG_SCROLLED_DOWN 0x0004