Kehom / GodotAddonPack

A collection of pure GDScript addons for Godot
http://kehomsforge.com
MIT License
183 stars 15 forks source link

Allow change specific action enabled state #27

Closed yuraj11 closed 3 years ago

yuraj11 commented 3 years ago

We have "_local_input_enabled " but sometimes you need to change enabled state only for specific action. Let's say you have mouse button bind for shooting in game. Now when user clicks something in HUD UI layer you want to disable temporarly mouse action click when user hovers UI controls but keep other controls enabled (e.g. user can click something in UI while moving).