()
| 292 | } |
| 293 | |
| 294 | static void ClearTyping() { |
| 295 | ClientGlobals.key_lines[ClientGlobals.edit_line][1] = 0; // clear any typing |
| 296 | ClientGlobals.key_linepos = 1; |
| 297 | ClientGlobals.con.backedit = 0; // sfranzyshen |
| 298 | } |
| 299 | |
| 300 | /** |
| 301 | * Called by the system between frames for both key up and key down events. |
no outgoing calls
no test coverage detected