Skin GrabZone
Skin SDK: The <grabzone> element
Availability: v8.0 onwards
A grabzone defines a zone that can be used to move the VirtualDJ's window if it is not maximized. If no grabzone is defined, any zone that is not a defined element acts as a grabzone.
Parameters: None
Children:
- <mousemask x="" y=""/> : Give the coordinate of the B&W graphic that should be used as a mask to decide if the mouse is over the grabzone. clipmask is an alias for mousemask.
- <mouserect x="" y="" width="" height=""/> : Set a simple rect zone as a mouse mask
- <mousecircle x="" y="" r=""/> : Set a simple circle zone as a mouse mask, with r defining the radius
Example:
<grabzone>
<pos x="0" y="0"/>
<size width="1920" height="30"/>
</grabzone>