()
| 55 | static boolean mlooking; |
| 56 | |
| 57 | public static void ActivateMouse() { |
| 58 | if (!mouse_avail) |
| 59 | return; |
| 60 | if (!mouse_active) { |
| 61 | KBD.mx = KBD.my = 0; // don't spazz |
| 62 | install_grabs(); |
| 63 | mouse_active = true; |
| 64 | } |
| 65 | } |
| 66 | |
| 67 | public static void DeactivateMouse() { |
| 68 | // if (!mouse_avail || c == null) return; |
no test coverage detected