use of edu.cmu.cs.hcii.cogtool.model.DriveScriptStep in project cogtool by cogtool.
the class SEDemoController method performInsertDrive.
protected boolean performInsertDrive(SEDemoSelectionState selection) {
AScriptStep beforeStep = getDemoStep(selection);
AScriptStep driveStep = new DriveScriptStep(getCurrentFrame(beforeStep));
return insertStep(driveStep, beforeStep, SEDemoLID.InsertDrive, INSERT_DRIVE);
}
Aggregations