Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Drag of mouse while left button is pressed.
Re: Drag of mouse while left button is pressed. [message #27628 is a reply to message #27625] Mon, 26 July 2010 23:10 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3437
Registered: August 2008
Senior Veteran
281264 wrote on Mon, 26 July 2010 18:23

Hi,

Which Ctrl function is invoked when and during the left button of the mouse is pressed? I have had a look on LeftDrag and LeftHold; are one of these suitable for what I want?

Cheers,

Javier


Hello Javier

I use these functions instead:
	virtual void  LeftDown(Point, dword);
	virtual void  LeftUp(Point, dword);
	virtual void  MouseMove(Point, dword);
	virtual void  MouseLeave(Point, dword);


in a class derived of a Ctrl.


Best regards
Iñaki
 
Read Message
Read Message
Read Message
Previous Topic: How to compare child in function virtual void ChildMouseEvent with ctrl’s value.
Next Topic: How to adjust the height of an InfoCtrl frame’s height.
Goto Forum:
  


Current Time: Sat Jun 21 23:59:07 CEST 2025

Total time taken to generate the page: 0.07315 seconds