- Joined
- Nov 9, 2006
- Messages
- 2,561
Hello, i just noticed that the producer update: native list has some new features that can detect mouse scrolling. I'm not really that into vjass, so i was wondering if anyone could do something like a camera zoom with mouse scrolling? With such a system, the camera angle of attack would probably need to be reset or kept in check.
This is a light request, so i'm not expecting anything, but i wanted to put the seed for the idea out there.
This is a light request, so i'm not expecting anything, but i wanted to put the seed for the idea out there.
JASS:
constant mouseevent MOUSE_WHEEL_ANY //Triggers when the mouse wheel scrolls up or down
constant mouseevent MOUSE_WHEEL_UP //Triggers when the mouse wheel scrolls up
constant mouseevent MOUSE_WHEEL_DOWN