Hello Armory community,
I wanted to know if anybody has noticed a malfunction with their “q” key on Keyboard ?
With the node “on keyboard”“down” if you hit “q” it wont register the release state.
Also I checked with a Haxe Script
notifyOnUpdate(function() { var kb = Input.getKeyboard(); if (kb.down("q")){ trace('q'); } });
but it’s not working either.
I tested LinuxMint with ArmorySDK1910, can anyone tell me if they have the same issue, even on other OS thanks.