Open kevindeland opened 5 years ago
copy from CWritingComponent.triggerIntervention _queue.post(I_TRIGGER_GESTURE, I_TRIGGER_GESTURE, GESTURE_TIME_WRITE);
_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;
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?
copy from CWritingComponent.triggerIntervention
_queue.post(I_TRIGGER_GESTURE, I_TRIGGER_GESTURE, GESTURE_TIME_WRITE);
copy CWritingComponent.runCommand