SpyrexDE / SmoothScroll

Addon for the Godot Game Engine that adds a SmoothScrollContainer.
https://spyrexde.github.io/SmoothScroll/
MIT License
132 stars 10 forks source link

Touch scroll not working in Godot 4 #22

Closed SpyrexDE closed 1 year ago

SpyrexDE commented 1 year ago

For some reason in Godot 4, _gui_input only gets triggered by InputEventMouseButton but not by InputEventScreenDrag or InputEventScreenTouch although Emulate Touch From Mouse is enabled. With just _input it works but then it also triggers with cursor or focus outside of the scroll container so it's no alternative.