Go to the source code of this file.
Namespaces | |
namespace | take_human_input |
Functions | |
def | take_human_input.get_human_waiting |
def | take_human_input.gui_thread |
def | take_human_input.platform_thread |
def | take_human_input.set_human_waiting |
Variables | |
take_human_input.human_waiting = False | |
take_human_input.next_room = None | |
tuple | take_human_input.p1 = Process(target = gui_thread, args = (human_waiting, )) |
tuple | take_human_input.p2 = Process(target = platform_thread, args = (human_waiting, )) |