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

Added section headers for remaining chapters.

parent 44b7fa2f
......@@ -497,9 +497,6 @@ start the GUI main loop in the current thread
\chapter{Test applications}
\section{Reference implementation in Python}
\label{sec:implementation}
% TODO
% alleen window.contains op point down, niet move/up
% een paar simpele windows en trackers
......@@ -518,18 +515,31 @@ for details).
% TODO
% testprogramma's met PyGame/Cairo
\section{Reference implementation}
\label{sec:implementation}
\section{Fullscreen Pygame program}
\section{GTK/Cairo program}
\chapter{Conclusions}
\chapter{Suggestions for future work}
% TODO
% - network protocol (ZeroMQ) voor meerdere talen en simultane processen
\section{A generic way for grouping events}
\label{sec:eventfilter}
% - "event filter" ipv "area"
\section{Using a state machine for gesture detection}
% - gebruik formelere definitie van gestures ipv expliciete detection logic,
% bijv. een state machine
\section{Daemon implementation}
% - network protocol (ZeroMQ) voor meerdere talen en simultane processen
% - volgende stap: maken van een library die meerdere drivers en complexe
% gestures bevat
% - "event filter" ipv "area"
\section{A generic way for grouping events}
\label{sec:eventfilter}
\bibliographystyle{plain}
\bibliography{report}{}
......
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