equal
deleted
inserted
replaced
162 begin |
162 begin |
163 KeyPressChat(27); // esc - cleans buffer |
163 KeyPressChat(27); // esc - cleans buffer |
164 KeyPressChat(13); // enter - removes chat |
164 KeyPressChat(13); // enter - removes chat |
165 end; |
165 end; |
166 |
166 |
|
167 procedure HW_screenshot; cdecl; export; |
|
168 begin |
|
169 flagMakeCapture:= true; |
|
170 end; |
|
171 |
167 procedure HW_pause; cdecl; export; |
172 procedure HW_pause; cdecl; export; |
168 begin |
173 begin |
169 if isPaused = false then |
174 if isPaused = false then |
170 pauseAction:= true; |
175 pauseAction:= true; |
171 end; |
176 end; |