// ----- BBgesture v0.5b ----- \\

Author  : Kaloth
Website : http://www.geocities.com/madant8
email   : mulletwarriorextreem@hotmail.com

Documentation : http://www.geocities.com/madant8/BBgesture_docs.html

Licence : GNU General Public License (GPL version 2 or later)

// ----- What is it? ----- \\

It's a gesture recognition plugin! To bring up the gesture pad press
the windows key.

NOTE: This is a beta release, it works on my comp but is far from
being certified stable, use at you own risk!

// ----- Bro@ms ----- \\

None as yet, maybe in the future :)

// ----- RC Settings ----- \\

An example rc file is included and should be fairly self explanitory.

But just in case here is a list of the settings and what they do...

bbgesture.plugin.x:

    Plugin x coordinate on screen.

bbgesture.plugin.y:

    Plugin y coordinate on screen.

bbgesture.plugin.alwaysontop:

    Plugin sits ontop of all other windows.

bbgesture.plugin.snapwindow:

    Plugin snaps to the screen edges.

bbgesture.plugin.togglewithplugins:

    Plugin visual window can be turned on/off using bb toggle plugins menu function.

bbgesture.plugin.transparency.enabled:

    Plugin is/isn't transparent.

bbgesture.plugin.transparency.alpha:

    Plugin's transparency when above set true.

bbgesture.plugin.hotkey:

    The vk code of the key that will bring up the gesture pad (Default is 91: the windows key)

bbgesture.plugin.pad.show:

    Should the gesture pad be visible?

bbgesture.plugin.pad.tips:

    Should the gesture pad show the turning point tips?

bbgesture.plugin.toolSquare.show:

    Should the tool square be shown (That little box with a 'G' on it).



// ----- How do I define my own gesture? ----- \\

There are now some nice graphical docs...

http://www.geocities.com/madant8/BBgesture_docs.html

// ----- Change History ----- \\

-- v0.5b

    Added ToolSquare/GesturePad visibilityoption.

    Added gesture tips to pad.

    Customizable 'hotkey' to bring up gesture pad.

    Minor improvements to recognition procedure (once again!).

-- v0.4b

    Improved guessing ability, it guesses correctly more often now ;)

    Minor improvements to recognition procedure.

-- v0.3b

    Made some improvements to the accuracy of the recognition procedure, now distance as apposed to time based :)

    Other minor usability bugs fixed.

-- v0.2b

    Removed permanent mouse hook in exchage for GetMessagePos(), vastly improved idle performance.

-- v0.1b

    Initial Code Version.