Adding mouse wheel up and down - not working #181
-
I am trying to add 2 new action inputs and I set it to mouse wheel up and down. I just tried to print out a debug string if it is working or not and nothing happens. I changed the input to a different key and it works perfectly. What I already tried: If someone could explain me what could be the problem I would apricate it a lot! Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I completely forgot that we use those actions for: CycleOverlayUp and CycleOverlayDown... |
Beta Was this translation helpful? Give feedback.
-
If someone wants to add Mouse Wheel Up and Down for another logic without removing the existing one is: ALS_Player_Controller -> InputAction CycleOverlayDown and Up and you can turn off Consume Input. This way your other logic will run as well. |
Beta Was this translation helpful? Give feedback.
If someone wants to add Mouse Wheel Up and Down for another logic without removing the existing one is:
ALS_Player_Controller -> InputAction CycleOverlayDown and Up and you can turn off Consume Input. This way your other logic will run as well.