added comment
This commit is contained in:
@@ -8,6 +8,7 @@ public partial class essential : Node
|
|||||||
public override void _Input(InputEvent @event)
|
public override void _Input(InputEvent @event)
|
||||||
{
|
{
|
||||||
//Checks if using Keyboard or controller and giving out current controller
|
//Checks if using Keyboard or controller and giving out current controller
|
||||||
|
//Issue: Consuming first input for some reason
|
||||||
if (@event is InputEventKey || @event is InputEventMouseButton || currentController == "")
|
if (@event is InputEventKey || @event is InputEventMouseButton || currentController == "")
|
||||||
currentController = "PC";
|
currentController = "PC";
|
||||||
if (@event is InputEventJoypadButton)
|
if (@event is InputEventJoypadButton)
|
||||||
|
Reference in New Issue
Block a user