Originally Posted by Baertram
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.