View Single Post
07/20/23, 10:24 AM   #23
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Originally Posted by Baertram View Post
The control drag&drop issues should be fixed with todays patch 9.0.6 now:
Code:
Fixed an issue where trying to drag or resize a window while in the "HUD Cursor on Entry" UI mode would not work.
Current PTS API101039 - Patch 9.1 added a new API function

Code:
h3. WindowManager
* GetMouseFocusControl()
** _Returns:_ *object* _mouseFocusControl_
(ZOS) SethL
My understanding is the mouse focus control is mainly used for dragging/resizing behavior. It gets set when the user does a mouse down on a control and is unset when they mouse up I believe.
  Reply With Quote