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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -