git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@237 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2009-11-26 19:52:22 +00:00
parent 9d83f53bbb
commit 03ba5804e5
1 changed files with 134 additions and 0 deletions

134
Doc/mufasa_handbook.tex Normal file
View File

@ -0,0 +1,134 @@
\documentclass[a4paper]{report}
\usepackage{amsmath}
\usepackage{color}
\begin{document}
\title{OS4}
\author{Merlijn Wajer \and Raymond van Veneti\"{e}}
\definecolor{typeGreen}{rgb}{0.0, 0.6, 0.0}
\definecolor{typeRed}{rgb}{0.6, 0.0, 0.0}
\maketitle
\tableofcontents
\chapter{Foreword}
HOI DIT IS DE MUFASA FUNCTIE LIJST!
\chapter{Input}
\section{Mouse}
\subsection{Types}
TClickType en TMousePress hier
$mouse\_Right$, $mouse\_Left$, $mouse\_Middle$
% TClickType = (mouse_Left, mouse_Right, mouse_Middle);
% TMousePress = (mouse_Down, mouse_Up);
\subsection{MoveMouse}
\subsection{\textbf{procedure} {\color{blue}{GetMousePos}}({\color{typeRed}{var x, y: }}{\color{typeGreen}{Integer}})}
\subsection{HoldMouse}
\subsection{ReleaseMouse}
\subsection{ClickMouse}
\section{Keyboard}
\subsection{Types}
Types ofzo?
\subsection{Exported Vk Keys}
Hier dus een lijst
\subsection{KeyDown}
\subsection{KeyUp}
\subsection{PressKey}
\subsection{SendKeys}
\subsection{IsKeyDown}
\chapter{Finding Routines}
\section{Colours}
\subsection{FindColor}
\subsection{FindColorTolerance}
\subsection{FindColorsTolerance}
\section{Bitmaps}
% Dit doe je zelf maar
\section{DTMs}
\subsection{Types}
\subsection{FindDTM}
I CAN HAS DTM FINDING!
\subsection{FindDTMs}
\subsection{FindDTMRotated}
\subsection{FindDTMsRotated}
\subsection{DTMFromString}
\subsection{DTMToString}
\subsection{AddDTM}
\subsection{FreeDTM}
\subsection{GetDTM}
\subsection{tDTMtopDTM}
\subsection{pDTMtopDTM}
\chapter{OCR}
\section{Finding text}
\section{Indentifying text}
\subsection{GetTextAtEx}
DAT IS DIT
\section{Sorting functions}
\section{Math}
\section{Client / Window}
\section{Files}
\section{Web}
\subsection{OpenWebPage}
\chapter{Easter Eggs}
????
Hakuna matata!
Wizzyplugin stuff
\end{document}