kidscancode / godot_recipes

Lessons, tutorials, and guides for game development using the Godot game engine.
MIT License
239 stars 37 forks source link

get_tree().set_input_as_handled() is not available in blender 4x #138

Open sajibsrs opened 2 months ago

sajibsrs commented 2 months ago

get_tree().set_input_as_handled() is not available in blender 4x and has been moved to viewport. Should use get_viewport().set_input_as_handled() instead.