GUI Client "command console" blocks Left/Right arrow keydown events when in focus.

Issue #3 resolved
Andrew Peterson repo owner created an issue

After typing into the client's "command console", all Left/Right arrow keydown events are swallowed by the EditBox and does not get sent to the space renderer to move the current viewpoint. The player has to click on another GUI element (like buttons) to remove the focus from the EditBox, so that arrow key events are distributed again.

Comments (3)

  1. Log in to comment