Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multitouch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
multitouch
Commits
21750c65
Commit
21750c65
authored
12 years ago
by
Taddeus Kroes
Browse files
Options
Downloads
Patches
Plain Diff
Worked on report.
parent
7a0b1b32
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/data/diagrams.tex
+5
-5
5 additions, 5 deletions
docs/data/diagrams.tex
docs/report.tex
+5
-7
5 additions, 7 deletions
docs/report.tex
tests/parse_arguments.py
+0
-1
0 additions, 1 deletion
tests/parse_arguments.py
with
10 additions
and
13 deletions
docs/data/diagrams.tex
+
5
−
5
View file @
21750c65
...
...
@@ -254,11 +254,11 @@
\end{tikzpicture}
}
\caption
{
Two nested squares both listen to
rotation
gestures. The two
figures
both show a touch object triggering an event,
which is
delegated through the event area tree in
the order indicated by the
numbered arrow labels. Dotted arrows
represent a flow of gestures,
regular arrows represent events.
Two nested squares both listen to
``tap''
gestures. The two
figures
both show a touch object triggering an event,
represented by a
black dot. The event is
delegated through the event area tree in
the order indicated by the
numbered arrow labels. Dotted arrows
represent a flow of gestures,
regular arrows represent events.
}
\label
{
fig:eventpropagation
}
\end{figure}
...
...
This diff is collapsed.
Click to expand it.
docs/report.tex
+
5
−
7
View file @
21750c65
...
...
@@ -378,11 +378,11 @@ detection for every new gesture-based application.
ideal tool to determine the order in which an event is delegated. Event
areas in deeper layers of the tree are positioned on top of their parent.
An object touching the screen is essentially touching the deepest event
area in the tree that contains the triggered event.
That event area should
be the first to delegate
the event
to
its
gesture detection components, and
then propagate the event up in the tree to its ancestors. A gesture
detection component can stop the propagation of the event by its
corresponding event area.
area in the tree that contains the triggered event.
A gesture detection
component can stop the propagation of
the event
by
its
corresponding event
area.
\eventpropagationfigure
An additional type of event propagation is ``immediate propagation'', which
indicates propagation of an event from one gesture detection component to
...
...
@@ -393,8 +393,6 @@ detection for every new gesture-based application.
propagation of an event, so that the event is not passed to the next
gesture detection component, nor to the ancestors of the event area.
\eventpropagationfigure
The concept of an event area is based on the assumption that the set of
originating events that form a particular gesture, can be determined based
exclusively on the location of the events. This is a reasonable assumption
...
...
This diff is collapsed.
Click to expand it.
tests/parse_arguments.py
+
0
−
1
View file @
21750c65
...
...
@@ -18,7 +18,6 @@ def create_parser():
def
parse_args
(
parser
):
print
'
here:
'
,
parser
.
format_usage
()
args
=
parser
.
parse_args
()
# Configure logger
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment