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

Method Menu_Video_f

client/src/main/java/jake2/client/Menu.java:1628–1635  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1626 */
1627
1628 private static void Menu_Video_f() {
1629 VID.MenuInit();
1630 PushMenu((List<String> args) -> VID.MenuDraw(), new keyfunc_t() {
1631 public String execute(int key) {
1632 return VID.MenuKey(key);
1633 }
1634 });
1635 }
1636
1637 /*
1638 * =============================================================================

Callers 2

Main_KeyMethod · 0.95
InitMethod · 0.95

Calls 3

MenuInitMethod · 0.95
PushMenuMethod · 0.95
MenuDrawMethod · 0.95

Tested by

no test coverage detected