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

Method KeyCursorDrawFunc

client/src/main/java/jake2/client/Menu.java:748–754  ·  view source on GitHub ↗
(menuframework_s menu)

Source from the content-addressed store, hash-verified

746 }
747
748 private static void KeyCursorDrawFunc(menuframework_s menu) {
749 if (bind_grab)
750 ClientGlobals.re.DrawChar(menu.x, menu.y + menu.cursor * 9, '=');
751 else
752 ClientGlobals.re.DrawChar(menu.x, menu.y + menu.cursor * 9, 12 + ((int) (Timer
753 .Milliseconds() / 250) & 1));
754 }
755
756 private static void DrawKeyBindingFunc(Object self) {
757 int keys[] = { 0, 0 };

Callers 1

executeMethod · 0.95

Calls 2

MillisecondsMethod · 0.95
DrawCharMethod · 0.65

Tested by

no test coverage detected