Blockly. FlyoutDragger
class static
Constructor
FlyoutDragger
new FlyoutDragger(flyout)
Class for a flyout dragger. It moves a flyout workspace around when it is being dragged by a mouse or touch. Note that the workspace itself manages whether or not it has a drag surface and how to do translations based on that. This simply passes the right commands based on events.
Parameter |
|
---|---|
flyout |
The flyout to drag. Value must not be null. |