betterhud_cursor_menu allows you to create mouse-like navigation within Minecraft using a BetterHUD popup.
Configuration
Variables sent to BetterHUD
The following variables are updated in real-time while the menu is open:| Variable | Description |
|---|---|
cursor_x | X position (0-100%) |
cursor_y | Y position (0-100%) |
hovered_button | ID of the button being hovered |
button_<id>_hovered | 1 if the specific button is hovered, 0 otherwise |
[!TIP]
Use {button_shop_hovered} in your BetterHUD layout to change the texture or scale of a button when the player looks at it.