|
@@ -552,12 +552,6 @@ events.
|
|
|
|
|
|
|
|
The following component implementations are included in the implementation:
|
|
The following component implementations are included in the implementation:
|
|
|
|
|
|
|
|
-\textbf{Event drivers}
|
|
|
|
|
-\begin{itemize}
|
|
|
|
|
- \item TUIO driver, using only the support for simple touch points with an
|
|
|
|
|
- $(x, y)$ position.
|
|
|
|
|
-\end{itemize}
|
|
|
|
|
-
|
|
|
|
|
\textbf{Event areas}
|
|
\textbf{Event areas}
|
|
|
\begin{itemize}
|
|
\begin{itemize}
|
|
|
\item Circular area
|
|
\item Circular area
|
|
@@ -573,6 +567,12 @@ The following component implementations are included in the implementation:
|
|
|
\item Transformation tracker, supports $rotate,~pinch,~drag,~flick$ gestures.
|
|
\item Transformation tracker, supports $rotate,~pinch,~drag,~flick$ gestures.
|
|
|
\end{itemize}
|
|
\end{itemize}
|
|
|
|
|
|
|
|
|
|
+\textbf{Event drivers}
|
|
|
|
|
+\begin{itemize}
|
|
|
|
|
+ \item TUIO driver, using only the support for simple touch points with an
|
|
|
|
|
+ $(x, y)$ position.
|
|
|
|
|
+\end{itemize}
|
|
|
|
|
+
|
|
|
The reference implementation also contains some geometric functions that are
|
|
The reference implementation also contains some geometric functions that are
|
|
|
used by several event area implementations. The event area implementations are
|
|
used by several event area implementations. The event area implementations are
|
|
|
trivial by name and are therefore not discussed in this report.
|
|
trivial by name and are therefore not discussed in this report.
|