Commit 43021033 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Corrected some typo's in abstract.

parent 294c0773
...@@ -23,14 +23,14 @@ ...@@ -23,14 +23,14 @@
gestures, and map these gestures to elements in an application. This report gestures, and map these gestures to elements in an application. This report
presents a generic architecture for the detection of complex gestures in an presents a generic architecture for the detection of complex gestures in an
application. The architecture translates device driver messages to a common application. The architecture translates device driver messages to a common
set of ``events''. The events are then delegated to a tree of ``areas'', set of ``events''. The events are then delegated to a tree of ``event
which are used to separate groups of events and assign these groups to an areas'', which are used to separate groups of events and assign these
element in the application. Gesture detection is performed on a group of groups to an element in the application. Gesture detection is performed on
events assigned to an area, using detection units called ``gesture a group of events assigned to an event area, using detection units called
tackers''. An implementation of the architecture as a daemon process would ``gesture tackers''. An implementation of the architecture as a daemon
be capable of serving gestures to multiple applications at the same time. A process would be capable of serving gestures to multiple applications at
reference implementation and two test case applications have been created the same time. A reference implementation and two test case applications
to test the effectiveness of the architecture design. have been created to test the effectiveness of the architecture design.
\end{abstract} \end{abstract}
% Set paragraph indentation % Set paragraph indentation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment