We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
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;
Sorry, something went wrong.
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?
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: