Well. This is first time I ever touched input. I need to explain how I can get string containing key name. I'm able to recrive InputEvent ([InputEventMouseButton:35) with var event = InputMap.get_action_list(keybind_name)[0]
(keybind_name is variable. It contains name of action) but I have no damn idea how I can pull name of key from it. Any help will be appreciated
Garrom out.