6,834
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = onMouseWheel | ||
|side = client | |||
|type = event | |type = event | ||
| | |games = iii vc sa iv | ||
| | |desc = the mouse wheel is scrolled | ||
| | |arg1 = int mouse The ID of the mouse. | ||
|arg2 = Vec2 deltaCoordinates The 2D delta coordinates for the mouse wheel scroll(s). | |||
| | |arg3 = bool flipped Whether the coordinates are flipped. | ||
| | |note = The deltaCoordinates are relative to the scroll direction. For example, the Y coordinate will show a positive or negative number indicating the vertical scroll speed. If flipped is false, scrolling up will be positive, and down will be negative. | ||
| | |cancel = false | ||
}} | }} |
edits