Jump to content
Software FX Community

Re: MouseMoving event


User (Legacy)

Recommended Posts

Hi, 

You need to set the following property

m_spChartFX->TypeMask = (CfxType) (m_spChartFX->TypeMask | CT_TRACKMOUSE);

NOTE: set the flag CT_TRACKMOUSE.

and then use the MouseMoving Event

Hope this helps

Frank Cammaroto

Craig Murray wrote in message ...

>I've sucessfully handled both the LButtonDown and the LButtonDblClk events,

>but the MouseMoving event doesn't seem to be making it back to my app.

>

>Is this a bug, perhaps? Also, I'm assuming this is the stock event

usually

>known as MouseMove....

>

>Thanks,

>Craig

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...