Federico-Ciuffardi / GodotTouchInputManager

Asset that improves touch input support (includes new gestures) in the Godot game engine. It also translates mouse input to touch input.
MIT License
526 stars 35 forks source link

Fix input event warning #41

Open Federico-Ciuffardi opened 8 months ago

Federico-Ciuffardi commented 8 months ago

39

Fix warning in InputManager by duplicating input event objects before emitting to ensure safe parsing.