Functions | |
| def | get_human_waiting |
| def | gui_thread |
| def | platform_thread |
| def | set_human_waiting |
Variables | |
| human_waiting = False | |
| next_room = None | |
| tuple | p1 = Process(target = gui_thread, args = (human_waiting, )) |
| tuple | p2 = Process(target = platform_thread, args = (human_waiting, )) |
Definition at line 17 of file take_human_input.py.
| def take_human_input.gui_thread | ( | human_waiting | ) |
Definition at line 28 of file take_human_input.py.
| def take_human_input.platform_thread | ( | human_waiting | ) |
Definition at line 53 of file take_human_input.py.
| def take_human_input.set_human_waiting | ( | value | ) |
Definition at line 21 of file take_human_input.py.
| tuple take_human_input::human_waiting = False |
Definition at line 14 of file take_human_input.py.
| take_human_input::next_room = None |
Definition at line 15 of file take_human_input.py.
| tuple take_human_input::p1 = Process(target = gui_thread, args = (human_waiting, )) |
Definition at line 152 of file take_human_input.py.
| tuple take_human_input::p2 = Process(target = platform_thread, args = (human_waiting, )) |
Definition at line 153 of file take_human_input.py.