MouseGestures: Difference between revisions
m
no edit summary
*>Janik (Copied docs from thread) |
Monkey'05'06 (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
'''''Mouse Gesture system module''''' is an input module created by Besh. | |||
=== Abstract === | |||
The idea of this system was born when I start to work to "Child of the Moon". I coded this to cast spell in a way that looks like "Black & White" miracles. | The idea of this system was born when I start to work to "Child of the Moon". I coded this to cast spell in a way that looks like "Black & White" miracles. | ||
This first version recognizes 20 different gestures (4 lines, 8 circles, 8 arrows). | This first version recognizes 20 different gestures (4 lines, 8 circles, 8 arrows). | ||
=== Code === | |||
<pre> | <pre> | ||
// Script header for module 'Mouse Gesture System' | // Script header for module 'Mouse Gesture System' | ||
Line 117: | Line 117: | ||
</pre> | </pre> | ||
== Link == | |||
* {{thread|Mouse Gesture system module|26922}} | |||
{{Module|Input}} |