![](templates/Classic/images/spacer.gif) |
mr_kent Enchanter
Joined: 10 Oct 2000 Posts: 698
|
Posted: Thu Jun 03, 2004 5:55 pm
ZEUS Feature Request: Mouse Gestures |
I read the Zeus doc and tutorial yesterday. Last night at work, I couldn't stop thinking about what I had read. Amazing stuff!
Anyway, I've been thinking about starting my own web-based business and based on what I saw in the Zeus tutorial I believe I know exactly what I want to do.
Basically I'd like to combine a browser and an editor based template in one application and sell it. Brainstorming about what was needed, I originally thought about selecting information in the browser, right-click to a custom menu to send the capture to one of many areas of the template.
This morning I while surfing with the Opera browser, I suddenly realized user-definable mouse gestures would be much a quicker, more intuitive way to move this information.
Any chance Zeus might support this natively? I googled mouse gestures and it seems this can be accomplished with javascript, but I'm not sure how.
Some links:
http://www.tcbmi.com/strokeit/
http://www.bitesizeinc.net/index.php/gesture.html
http://www.codeproject.com/cpp/gestureapp.asp
http://www.visualirc.net/tech.php
Maybe Zeus is already too mature to easily add this?
Thanks for considering this anyway. |
|
|
![](templates/Classic/images/spacer.gif) |
Kjata GURU
![](images/avatars/190086853941eff9946d4cf.jpg)
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Thu Jun 03, 2004 6:02 pm |
If not, it should not be difficult to code this yourself. All you need is to create event handlers for the MouseDown, MouseUp, and MouseMove events. The MouseDown event checks to see if the clicked button is the correct one (eg. right mouse button) and enables tracking of the mouse movements. The MouseMove event records mouse movements if tracking is enabled and the MouseUp event looks at the recorded movements (again if tracking was enabled) and decides if they represent a valid mouse gesture, then proceeds to do the necessary action and disable tracking.
|
|
|
![](templates/Classic/images/spacer.gif) |
Zugg MASTER
![](images/avatars/164475849040f41c23b22fe.gif)
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Jun 03, 2004 7:06 pm |
Mouse gestures is definitely something that I want to implement for the public version.
|
|
|
![](templates/Classic/images/spacer.gif) |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|