mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 09:33:51 +00:00
Add Ctrl+click minimap ping sending
Ctrl+clicking on the minimap converts screen position to world coordinates and sends MSG_MINIMAP_PING to the server. A local ping is also added immediately so the sender sees their own ping.
This commit is contained in:
parent
97662800d5
commit
ae8f900410
3 changed files with 48 additions and 0 deletions
|
|
@ -388,6 +388,9 @@ public:
|
|||
// PvP
|
||||
void togglePvp();
|
||||
|
||||
// Minimap ping (Ctrl+click on minimap; wowX/wowY in canonical WoW coords)
|
||||
void sendMinimapPing(float wowX, float wowY);
|
||||
|
||||
// Guild commands
|
||||
void requestGuildInfo();
|
||||
void requestGuildRoster();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue