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

Method uninstall_grabs

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

Source from the content-addressed store, hash-verified

78 }
79
80 private static void uninstall_grabs() {
81 ClientGlobals.re.getKeyboardHandler().uninstallGrabs();
82 }
83
84 public static void toggleMouse() {
85 if (mouse_avail) {

Callers 1

DeactivateMouseMethod · 0.95

Calls 2

getKeyboardHandlerMethod · 0.65
uninstallGrabsMethod · 0.45

Tested by

no test coverage detected