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

Method install_grabs

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

Source from the content-addressed store, hash-verified

73 }
74
75 private static void install_grabs() {
76 ClientGlobals.re.getKeyboardHandler().installGrabs();
77 ignorefirst = true;
78 }
79
80 private static void uninstall_grabs() {
81 ClientGlobals.re.getKeyboardHandler().uninstallGrabs();

Callers 1

ActivateMouseMethod · 0.95

Calls 2

getKeyboardHandlerMethod · 0.65
installGrabsMethod · 0.45

Tested by

no test coverage detected