Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.1 > Key config not working #4

Closed
andiweli opened this issue Aug 22, 2021 · 3 comments
Closed

1.0.1 > Key config not working #4

andiweli opened this issue Aug 22, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@andiweli
Copy link
Collaborator

andiweli commented Aug 22, 2021

  1. With the latest 1.0.1 release the right stick isn't recognized anymore.
    Just the left one.
  2. Also "Control config" > "Configure keys" is closed immediately.
    Can't reconfigure the keys.
  3. ControlFire is also not working > was right trigger before.
    Can't be reconfigured because keyconfig not working.
  4. About screen in menu also not working > closing immediately.
@andiweli
Copy link
Collaborator Author

andiweli commented Aug 22, 2021

In Line 735 add - then right controllerstick is working again:

	Input::Stick rightStick = Input::GetRightStick();
		
	if (rightStick.x < 125 - Config::GetRightStickDeadzone())
		controlleft = true;
	if (rightStick.x > 125 + Config::GetRightStickDeadzone())
		controlright = true;

I made a pull request regarding this issue.

@andiweli andiweli changed the title Right stick not working with 1.0.1 Right stick + controlFire + key config not working with 1.0.1 Aug 22, 2021
@andiweli andiweli changed the title Right stick + controlFire + key config not working with 1.0.1 Several issues with 1.0.1 Aug 23, 2021
@JetStreamSham
Copy link
Owner

  1. was fixed in 64d3d1a

could you separate these 4 issues into their own issue

@andiweli
Copy link
Collaborator Author

Done!

  1. was fixed with yesterdays pull request
  2. was fixed by you
  3. and 4. are now separate issues

@andiweli andiweli changed the title Several issues with 1.0.1 1.0.1 > Key config not working Aug 24, 2021
@JetStreamSham JetStreamSham added the bug Something isn't working label Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants