Exemple #1
0
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()
Exemple #2
0
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()
Exemple #3
0
def next_pressed():
    if current_is_move_mode():
        movemodes.next_pressed()
Exemple #4
0
def next_pressed():
    if current_is_move_mode():
        movemodes.next_pressed()
Exemple #5
0
def next_pressed():
    if current_is_move_mode():
        movemodes.next_pressed()
    """ This is highly f*****g suspect, it does an edit immediately