Source position: jwawincon.pas line 235
type _INPUT_RECORD = record |
EventType: Word; |
case Integer of |
0: ( |
KeyEvent: KEY_EVENT_RECORD; |
); |
1: ( |
MouseEvent: MOUSE_EVENT_RECORD; |
); |
2: ( |
WindowBufferSizeEvent: WINDOW_BUFFER_SIZE_RECORD; |
); |
3: ( |
MenuEvent: MENU_EVENT_RECORD; |
); |
4: ( |
FocusEvent: FOCUS_EVENT_RECORD; |
); |
end; |