Fields:
  rotationx = [324.0, 326.0, 328.0, 330.0, 332.0, 334.0, 336.0]
  rotationy = [29.0, 31.0, 33.0, 35.0, 37.0, 39.0, 41.0]
Conditions:
Limits:
  324 < rotationx < 336
  30 < rotationy < 40
Initial: 
  State: rotationx=330.0, rotationy=39.0
Transition: action_reset_rotation
  State: 
         rotationx=330.0, rotationy=39.0
Transition: drawingarea_key Qt.Key_Down
  Expression: rotationy = rotationy + 2
  State: 
Transition: drawingarea_key Qt.Key_Left
  Expression: rotationx = rotationx - 2
  State: 
Transition: drawingarea_key Qt.Key_Right
  Expression: rotationx = rotationx + 2
  State: 
Transition: drawingarea_key Qt.Key_Up
  Expression: rotationy = rotationy - 2
  State: 
Transition: drawingarea_mouse_move (10, 10), (10, 8), Qt.LeftButton
  Expression: rotationy = rotationy - 2
  State: 
Transition: drawingarea_mouse_move (10, 10), (12, 12), Qt.LeftButton
  Expression: rotationx = rotationx + 2
  Expression: rotationy = rotationy + 2
  State: 
Transition: drawingarea_mouse_move (10, 10), (8, 10), Qt.LeftButton
  Expression: rotationx = rotationx - 2
  State: 
