sirinsidiator / ESO-LibAddonMenu

http://www.esoui.com/downloads/info7-LibAddonMenu.html
Artistic License 2.0
41 stars 20 forks source link

Narration by UI reader -Code based on LAM 2.0 r35- #134

Closed Baertram closed 2 months ago

Baertram commented 9 months ago

Adds functions to LibAddonMenu-2.0.lua to narrate LAM panels and widgets if you got the accessibility mode enabled. Helps visibly impaired players to read text shown at the labels, submenus, dropdown entries etc. via the UI reader and even tell them if a control was opened/closed (submenu, dropdown) or selected.

Using the OnMouseEnter and Exit, and some other handlers.

All default widgets should be supported and working, without throwing error messages. Tested with/by a visibly impaired player and he loves the possibility to get help with addon settings that way.

Baertram commented 2 months ago

Closing this pull request due to wrong line endings making it hard to see real changes. Creating a new "clean" pull request for the 2 changed files.