Hi,
When I have two instances of my game open, and try to press A to move left (which does work) both instances of the game accept the A input. My question is, is there any way to create a window which won't overlap with other instances so that if I press A in one, it doesn't impact the other? Hope that makes sense, I can clarify things if needed, hopefully, I'm just overlooking something simple.
Edit: I can't just run it on another computer because what I'm testing is the network connection, but I want to get everything else working before I figure out how to do it between computers.