MCPcopy Create free account
hub / github.com/demoth/jake2 / DeactivateMouse

Method DeactivateMouse

client/src/main/java/jake2/client/IN.java:67–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public static void DeactivateMouse() {
68 // if (!mouse_avail || c == null) return;
69 if (mouse_active) {
70 uninstall_grabs();
71 mouse_active = false;
72 }
73 }
74
75 private static void install_grabs() {
76 ClientGlobals.re.getKeyboardHandler().installGrabs();

Callers 2

toggleMouseMethod · 0.95
FrameMethod · 0.95

Calls 1

uninstall_grabsMethod · 0.95

Tested by

no test coverage detected