ASPiK SDK
VSTGUI::IMouseObserver Class Referenceabstract

generic mouse observer interface for CFrame More...

#include <cframe.h>

Inheritance diagram for VSTGUI::IMouseObserver:
VSTGUI::PluginGUI VSTGUI::Standalone::Detail::Window VSTGUI::VST3Editor Steinberg::Vst::Project::PluginEditor

Public Member Functions

virtual void onMouseEntered (CView *view, CFrame *frame)=0
 
virtual void onMouseExited (CView *view, CFrame *frame)=0
 
virtual CMouseEventResult onMouseMoved (CFrame *frame, const CPoint &where, const CButtonState &buttons)
 a mouse move event happend on the frame at position where. If the observer handles this, the event won't be propagated further
 
virtual CMouseEventResult onMouseDown (CFrame *frame, const CPoint &where, const CButtonState &buttons)
 a mouse down event happend on the frame at position where. If the observer handles this, the event won't be propagated further
 

Detailed Description

generic mouse observer interface for CFrame


The documentation for this class was generated from the following file: