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

Controls UP and DOWN are inverted #68

Closed
anxuae opened this issue Aug 6, 2019 · 4 comments
Closed

Controls UP and DOWN are inverted #68

anxuae opened this issue Aug 6, 2019 · 4 comments
Labels

Comments

@anxuae
Copy link
Contributor

anxuae commented Aug 6, 2019

Is it normal that the UP and DOWN controls are inverted?

KEY_MOVE_DOWN = __locals.K_UP
KEY_MOVE_UP = __locals.K_DOWN

if event.key == _ctrl.KEY_MOVE_DOWN:
self._select(self._actual._index - 1)
self._sounds.play_key_add()
elif event.key == _ctrl.KEY_MOVE_UP:
self._select(self._actual._index + 1)

@anxuae anxuae changed the title COntrols Controls UP and down are inverted Aug 6, 2019
@anxuae anxuae changed the title Controls UP and down are inverted Controls UP and DOWN are inverted Aug 6, 2019
@ppizarror
Copy link
Owner

I know it's kinda confusing, but KEY_MOVE_DOWN refers to "go down into the menu options", not the down key, I'm opened to any suggestions

@anxuae
Copy link
Contributor Author

anxuae commented Aug 6, 2019

Ok like in on smartphone, gesture is inverted.
Down is related to the widget add order.

@ppizarror
Copy link
Owner

We will change this behaviour? If not I'll close this issue 🤔

@anxuae
Copy link
Contributor Author

anxuae commented Aug 8, 2019

I close it, I have no better naming than you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants