|
VSTGUI
4.10
Graphical User Interface Framework not only for VST plugins
|
Drag callback interface adapter. More...
Inheritance diagram for DragCallbackAdapter:Public Member Functions | |
| void | dragWillBegin (IDraggingSession *session, CPoint pos) override |
| the drag will begin | |
| void | dragMoved (IDraggingSession *session, CPoint pos) override |
| the drag was moved | |
| void | dragEnded (IDraggingSession *session, CPoint pos, DragOperation result) override |
| the drag ended | |
Drag callback interface adapter.
|
inlineoverridevirtual |
the drag ended
| session | dragging session |
| pos | drag position in CFrame coordinates |
| result | the result of the drag |
Implements IDragCallback.
|
inlineoverridevirtual |
the drag was moved
| session | dragging session |
| pos | drag position in CFrame coordinates |
Implements IDragCallback.
|
inlineoverridevirtual |
the drag will begin
| session | dragging session |
| pos | drag position in CFrame coordinates |
Implements IDragCallback.