TobiasF92 / FS22_interactiveControl

Interactive Control for Farming Simulator 22
37 stars 10 forks source link

MovingTool question #36

Closed David4267 closed 1 year ago

David4267 commented 1 year ago

Hey! I have a question. Is it possible to add a function where you can control a MovingTool, for example up and down, but the MovingTool only moves as long as you click with the left mouse button? Similar to a MouseButtonDown event. So you would have 2 buttons, one for up and one for down, and move the MovingTool up or down as long as you press the button.

TobiasF92 commented 1 year ago

Hey, currently pressing events are not implemented. Maybe I will rework that in the future,