IMouseEvent Class

class IMouseEvent: public IWinEvent

Interface to mouse events. This interface derives from IWinEvent.

Defined in: MouseEvent.h

Class Members

virtual void GetPoint(POINT& pt)

Return the point at which the mouse event occurred.

virtual void SetPoint(const POINT& pt)

Set the point at which the mouse event occurred.

virtual bool TestFlags(const UINT nMask)

Test to see if certain virtual keys were pressed during the mouse event.