inputService will call this method when a previously-pressed key is released and is in need of handling. Returning anything but false or nil in this method will prevent further handling of key releases.
inputService will call this method when a previously-pressed key is released and is in need of handling. Returning anything but false or nil in this method will prevent further handling of key releases.
1 string key
the key that was just released.