PunchablePlushie / godot-game-settings

Create and manage game settings in Godot Engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mouse Scroll Wheel Input

Kylogias opened this issue · comments

I just got around to this, you can only detect mouse wheel using Input.is_action_just_released so there probably should be an option to allow/disallow mouse wheel inputs

I'll look into it.