1 # Automatically generated by make_symbols; DO NOT EDIT!!
3 # Perl definitions for header file wincon.h
11 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
22 CONSOLE_TEXTMODE_BUFFER
32 ENABLE_PROCESSED_INPUT
33 ENABLE_PROCESSED_OUTPUT
35 ENABLE_WRAP_AT_EOL_OUTPUT
42 FROM_LEFT_1ST_BUTTON_PRESSED
43 FROM_LEFT_2ND_BUTTON_PRESSED
44 FROM_LEFT_3RD_BUTTON_PRESSED
45 FROM_LEFT_4TH_BUTTON_PRESSED
54 RIGHTMOST_BUTTON_PRESSED
59 WINDOW_BUFFER_SIZE_EVENT
60 WINE_ENABLE_LINE_INPUT_EMACS
64 use constant BACKGROUND_BLUE => 16;
65 use constant BACKGROUND_GREEN => 32;
66 use constant BACKGROUND_INTENSITY => 128;
67 use constant BACKGROUND_RED => 64;
68 use constant CAPSLOCK_ON => 128;
69 use constant CONSOLE_TEXTMODE_BUFFER => 1;
70 use constant CTRL_BREAK_EVENT => 1;
71 use constant CTRL_CLOSE_EVENT => 2;
72 use constant CTRL_C_EVENT => 0;
73 use constant CTRL_LOGOFF_EVENT => 5;
74 use constant CTRL_SHUTDOWN_EVENT => 6;
75 use constant DOUBLE_CLICK => 2;
76 use constant ENABLE_ECHO_INPUT => 4;
77 use constant ENABLE_LINE_INPUT => 2;
78 use constant ENABLE_MOUSE_INPUT => 16;
79 use constant ENABLE_PROCESSED_INPUT => 1;
80 use constant ENABLE_PROCESSED_OUTPUT => 1;
81 use constant ENABLE_WINDOW_INPUT => 8;
82 use constant ENABLE_WRAP_AT_EOL_OUTPUT => 2;
83 use constant ENHANCED_KEY => 256;
84 use constant FOCUS_EVENT => 16;
85 use constant FOREGROUND_BLUE => 1;
86 use constant FOREGROUND_GREEN => 2;
87 use constant FOREGROUND_INTENSITY => 8;
88 use constant FOREGROUND_RED => 4;
89 use constant FROM_LEFT_1ST_BUTTON_PRESSED => 1;
90 use constant FROM_LEFT_2ND_BUTTON_PRESSED => 4;
91 use constant FROM_LEFT_3RD_BUTTON_PRESSED => 8;
92 use constant FROM_LEFT_4TH_BUTTON_PRESSED => 16;
93 use constant KEY_EVENT => 1;
94 use constant LEFT_ALT_PRESSED => 2;
95 use constant LEFT_CTRL_PRESSED => 8;
96 use constant MENU_EVENT => 8;
97 use constant MOUSE_EVENT => 2;
98 use constant MOUSE_MOVED => 1;
99 use constant MOUSE_WHEELED => 4;
100 use constant NUMLOCK_ON => 32;
101 use constant RIGHTMOST_BUTTON_PRESSED => 2;
102 use constant RIGHT_ALT_PRESSED => 1;
103 use constant RIGHT_CTRL_PRESSED => 4;
104 use constant SCROLLLOCK_ON => 64;
105 use constant SHIFT_PRESSED => 16;
106 use constant WINDOW_BUFFER_SIZE_EVENT => 4;
107 use constant WINE_ENABLE_LINE_INPUT_EMACS => 128;