ASPiK SDK
|
generic mouse observer interface for CFrame More...
#include <cframe.h>
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 | |
generic mouse observer interface for CFrame