![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Manrija |
Am I not doing something right or is this thing broken.
Hire’s the thing, after this code when i press key i get minimum 2 values. After some tests i think one is on key down and other on key up. I get a filling that this is not intended and if so can some one report this, I have no idea how reporting bugs and stuff works hire
And if not please correct me how do i get one value from one press.
func _input(event):
if event is InputEventKey:
print(event.scancode)