java - LibGDX: Cannot press spacebar, up and left at same time -
i wondering if there sort of workaround this. problem that, when using libgdx inputprocessor's keydown/up, never allows me have spacebar, arrow key , left arrow key pressed @ same time. read online common problem arrow keys isn't exclusive libgdx.
i wondering if there workaround (besides switching wasd). thanks.
edit, wanted add details prove it's not issue code: ran tests make sure before posting here. issue when, example, spacebar , left arrow pressed, keydown won't execute if player presses arrow. whenever there @ least 2 of these pressed, other 1 won't update. reason however, work right arrow instead of left.
edit 2: using gdx.input.iskeypressed(int key)
doesn't work either.
Comments
Post a Comment