-
Notifications
You must be signed in to change notification settings - Fork 8
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
Gamepad Constant Buttons links go to the wrong place #5134
Labels
docs-bug
GameMaker Manual Bugs
Comments
gurpreetsinghmatharoo
added a commit
to YoYoGames/GameMaker-Manual
that referenced
this issue
Apr 29, 2024
gurpreetsinghmatharoo
added a commit
to YoYoGames/GameMaker-Manual
that referenced
this issue
May 6, 2024
* develop: (62 commits) docs(feature): GPU texture compression YoYoGames/GameMaker-Bugs#5495 docs(feature): Review PR #117 docs(feature): GPU texture compression YoYoGames/GameMaker-Bugs#5495 docs(general): Fix gamepad axis and button constant links YoYoGames/GameMaker-Bugs#5134 docs(general): Fix code in example of asset_get_index docs(general): debug_event note on memory usage YoYoGames/GameMaker-Bugs#5649 docs(feature): GPU Hardware Texture Compression YoYoGames/GameMaker-Bugs#5495 docs(general): Made it clearer that bbox values are +1 from sprite bbox, linked to on bbox_ var pages YoYoGames/GameMaker-Bugs#5101 docs(general): Manual overview page for "Surfaces" doesn't mention freeing them after use YoYoGames/GameMaker-Bugs#5622 docs(feature): Manual page for "wallpaper_set_config()" contains spelling error in code example YoYoGames/GameMaker-Bugs#5621 docs(general): Document that static variables cannot be defined conditionally YoYoGames/GameMaker-Bugs#4449 docs(general): Description error for ds_queue_tail() YoYoGames/GameMaker-Bugs#5500 docs(general): Draw Sprite sub-image mistake fix YoYoGames/GameMaker-Bugs#5565 docs(general): mentioned Ctrl + Comma and Ctrl + Period for workspace overview navigation on macOS YoYoGames/GameMaker-Bugs#5595 docs(general): updated shortcuts CSS style, workspace navigation dirs set to 4 YoYoGames/GameMaker-Bugs#5595 final fix fixes for pushing to s3 fixes for pushing to s3 fixes for pushing to s3 adding some logging ...
gurpreetsinghmatharoo
added a commit
to YoYoGames/GameMaker-Manual
that referenced
this issue
Aug 8, 2024
YoYoGames/GameMaker-Bugs#5134 (cherry picked from commit 716d8a2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
clicking any link in the manual that says Gamepad Button Constant or Gamepad Axis Constant takes you to here instead of here. this is either because the link is hard coded, and/or because in the "Defaults.var" page the link is wrong. on that defaults list, Type_Constant_Gamepad_Axis and Type_Constant_Gamepad_Button both link to gamepad_axis_value.htm instead of Gamepad_Input.htm.
Manual Link
https://manual.gamemaker.io/monthly/en/GameMaker_Language/GML_Reference/Game_Input/GamePad_Input/Gamepad_Input.htm
The text was updated successfully, but these errors were encountered: