I see input options for LMB,RMB and Middle button, but none for the wheel up and wheel down
You are probably looking for Input.mouseScrollDelta Unity - Scripting API: Input.mouseScrollDelta
1 Like
how do i use that for visual scripting?
There is node called GetMouseScrollDelta, you could use it in the similar way as described here Capture input with the Input Manager | Visual Scripting | 1.8.0
For example:
1 Like