()
| 95 | } |
| 96 | |
| 97 | static void SendKeyEvents() { |
| 98 | ClientGlobals.re.getKeyboardHandler().Update(); |
| 99 | |
| 100 | // grab frame time |
| 101 | Globals.sys_frame_time = Timer.Milliseconds(); |
| 102 | } |
| 103 | |
| 104 | public static class cheatvar_t { |
| 105 | String name; |
no test coverage detected