Windower Helper Doc
-------------------

WindowerHelper.dll is a tool that allows you to integrate Windower support with existing programs.

Examples are included with the download for C/C++, VB6, and VB.NET usage. Any program that can load a DLL can use it.

It's mostly self explanatory, but a few things bear mention:

1) To enable sending text, you must type "keyboard_allowmmf 1" in the console. You can add this to your init.txt file.
2) For TextObjects, you must call FlushCommands() for the commands you have sent to take effect. This is done for speed reasons, as the method currently used is "slow".

Finally, specify "WindowerMMFTextHandler" in CreateTextHelper(), "WindowerMMFKeyboardHandler" in CreateKeyboardHelper(), and "WindowerMMFConsoleHandler" in CreateConsoleHelper().