Go to the source code of this file.
|
string | helper.config_file_location = "" |
|
list | helper.controllers = [] |
|
| helper.curr_controller = None |
|
dictionary | helper.jt_dict |
|
bool | helper.keepItUp = True |
|
list | helper.NO = ["NO", "no", "N", "n"] |
|
list | helper.QUIT = ["QUIT", "quit", "Q", "q"] |
|
bool | helper.read_joy = False |
|
list | helper.SAVE = ["SAVE", "save", "S", "s"] |
|
int | helper.saved_axi = -1 |
|
int | helper.saved_buti = -1 |
|
string | helper.terminal_text = "" |
|
dictionary | helper.twisty_dict |
|
list | helper.YES = ["YES", "yes", "Y", "y"] |
|