kevindeland / RoboTutor

Other
1 stars 0 forks source link

BPOP - add wait timer for BubblePop gesture #15

Open kevindeland opened 5 years ago

kevindeland commented 5 years ago

copy from CWritingComponent.triggerIntervention _queue.post(I_TRIGGER_GESTURE, I_TRIGGER_GESTURE, GESTURE_TIME_WRITE);

copy CWritingComponent.runCommand

case I_TRIGGER_GESTURE:
                // JUDITH - move this
                Intent msg = new Intent(I_TRIGGER_GESTURE);
                bManager.sendBroadcast(msg);
                break;
kevindeland commented 5 years ago

Q: why do they have different orderings?

should it go runCommand --> triggerIntervention or triggerIntervention --> runCommand

and how does this affect what is passed to constructor of GestureListener?