Skip to content
Snippets Groups Projects
Commit 43021033 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Corrected some typo's in abstract.

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