Skip to content

Commit

Permalink
Fix for time. ;-)
Browse files Browse the repository at this point in the history
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@126 3f818213-9676-44b0-a9b4-5e4c4e03d09d
  • Loading branch information
Wizzup? authored and Wizzup? committed Oct 12, 2009
1 parent 6c1938c commit 5f8b900
Show file tree
Hide file tree
Showing 6 changed files with 798 additions and 760 deletions.
14 changes: 13 additions & 1 deletion Doc/mufasa_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ \section{The Window Class}
a feature that allows the user to ``Lock'' the Windows' current data in
Mufasa-maintained memory. \\

Quick overview of functions:
\subsection{Quick overview of functions}

\begin{itemize}
\item ReturnData
Expand All @@ -138,6 +138,18 @@ \section{The Window Class}
However; to fake user input, a programmer also needs the ability to
manipulate user input. Which brings us to the next MML Core class.

\subsection{Freeze}

The Window class also contains a feature called `Freeze'.
Freeze allows one to save the current Client's Window data.
All further methods that use the Client's Window data now use the saved
data, until `UnFreeze' is called. \\

This feature was easy to implement since we only had to modify the
`ReturnData' method. If used wisely, this can speed up your program
a lot, depending on the client size. It makes FindColorsTolerance about
6 times faster on my system.

\section{The Input Class}

The \textbf{Input} Class is the class that takes care of all the input. \\
Expand Down
1 change: 0 additions & 1 deletion Known Issues.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Known issues:

Linux:
- Mouse Clicking only works in the client, and the mouse click must be in the client, otherwise the event is ignored.
- CopyClientToBitmap isn't stable for IntArrPtr.

Windows:

Loading

0 comments on commit 5f8b900

Please sign in to comment.