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

Camera Controls: look straight up/down keys (0 and . on numpad) don't work #298

Open
boholder opened this issue Jun 30, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@boholder
Copy link
Collaborator

Confirmed in 1.5.3-1.20.4 and 1.6.1-1.20.6, but don't know why, it used to work...

cameraControlsStraightUp = new KeyBinding(
"minecraft_access.keys.camera_controls.straight_up_camera_key_name",
InputUtil.Type.KEYSYM,
GLFW.GLFW_KEY_KP_0,
CAMERA_CONTROLS_TRANSLATION_KEY
);
cameraControlsStraightDown = new KeyBinding(
"minecraft_access.keys.camera_controls.straight_down_camera_key_name",
InputUtil.Type.KEYSYM,
GLFW.GLFW_KEY_KP_DECIMAL,
CAMERA_CONTROLS_TRANSLATION_KEY
);

@boholder boholder added the bug Something isn't working label Jun 30, 2024
@boholder boholder changed the title Camera Controls: 0 and . don't work Camera Controls: look straight up/down keys (0 and . on numpad) don't work Jun 30, 2024
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

1 participant