Anonymous user
MouseGestures: Difference between revisions
Jump to navigation
Jump to search
m
cath'
*>Janik (Copied docs from thread) |
*>LuniqueDan m (cath') |
||
Line 1: | Line 1: | ||
{{Thread|26922|Mouse Gesture system module}} by Besh. | {{Thread|26922|Mouse Gesture system module}} vreated by Besh. | ||
{{Module|Input}} | {{Module|Input}} | ||
=== 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 118: | ||
</pre> | </pre> | ||
{{Module|Input}} |