![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Godot_Starter |
I want to use the mousewheel as a Input event.
For example: Lets say I have a variable var weapon = 5
and I want to use the mousewheel to change the weapon. So if I scroll up I want to increase the number and when I scroll down I want to decrease the number.
What is the simplest way to do this?
Thanks for answers!