def next_pressed(): if current_is_move_mode(): movemodes.next_pressed() elif EDIT_MODE() == editorstate.ONE_ROLL_TRIM: trimmodes.oneroll_next_pressed() elif EDIT_MODE() == editorstate.TWO_ROLL_TRIM: trimmodes.tworoll_next_pressed() elif EDIT_MODE() == editorstate.SLIDE_TRIM: trimmodes.slide_next_pressed()
def next_pressed(): if current_is_move_mode(): movemodes.next_pressed()
def next_pressed(): if current_is_move_mode(): movemodes.next_pressed() """ This is highly f*****g suspect, it does an edit immediately