MCPcopy Index your code
hub / github.com/fogleman/Minecraft / main

Function main

main.py:893–898  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

891
892
893def main():
894 window = Window(width=800, height=600, caption='Pyglet', resizable=True)
895 # Hide the mouse cursor and prevent the mouse from leaving the window.
896 window.set_exclusive_mouse(True)
897 setup()
898 pyglet.app.run()
899
900
901if __name__ == '__main__':

Callers 1

main.pyFile · 0.85

Calls 3

set_exclusive_mouseMethod · 0.95
WindowClass · 0.85
setupFunction · 0.85

Tested by

no test coverage detected