[solved] Opportunity to use both MouseButtonsDown concurrently for InputManager?

Hi,

is it possible to control a input listener for both MouseButtons, which are pressed concurrently? I want to use “both Buttons down” and MouseAxisTrigger to Zoom in/out by flyCamera. It should be the same functionality like using MouseWheel in normal mapping. I dont wan´t to use MouseWheel in my Application…



Is there any opinion?



Kind regards,

survivorflo

Just save the state of the button as a boolean or something when the button is trigger is called that you can use when the axis trigger is called.

1 Like