mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-27 09:03:51 +00:00
Implement keyboard modifier state queries using ImGui IO state: - IsShiftKeyDown, IsControlKeyDown, IsAltKeyDown — direct key queries - IsModifiedClick(action) — checks if the modifier matching a named action is held (CHATLINK/SPLITSTACK=Shift, DRESSUP=Ctrl, SELFCAST=Alt) - GetModifiedClick(action) — returns the assigned key name for an action - SetModifiedClick — no-op stub for compatibility These are fundamental input functions used by virtually all interactive addons: shift-click to link items in chat, ctrl-click for dressup, alt-click for self-cast, shift-click to split stacks, etc. |
||
|---|---|---|
| .. | ||
| addon_manager.cpp | ||
| lua_engine.cpp | ||
| toc_parser.cpp | ||