CMouseSetCursorEvent Class

class CMouseSetCursorEvent: public CWinEventBase

This class encapsulates a set cursor message.

Defined in: MouseEvent.h

Class Members

inline CMouseSetCursorEvent(const UINT nMessageID, const WPARAM wParam = 0, const LPARAM lParam = 0L)

Construct a set cursor event from a message ID, WPARAM, and LPARAM.

inline virtual bool Dispatch(IQueryGuid* pIListener)

Dispatches the event to the given event listener.

inline virtual HWND GetCursorWindow() const

Return the window that contains the cursor.

inline virtual UINT GetHitTestCode() const

Return the hit-test area code.

inline virtual UINT GetMouseMessage() const

Return the mouse message number.