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 » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » New mouse events....
New mouse events.... [message #9232] Sun, 22 April 2007 23:32
mirek is currently offline  mirek
Messages: 14265
Registered: November 2005
Ultimate Member
Ctrl now detects and delivers some new mouse events:

Ctrl::
	virtual void   LeftTriple(Point p, dword keyflags);
	virtual void   LeftDrag(Point p, dword keyflags);
	virtual void   LeftHold(Point p, dword keyflags);

	virtual void   RightTriple(Point p, dword keyflags);
	virtual void   RightDrag(Point p, dword keyflags);
	virtual void   RightHold(Point p, dword keyflags);


Mirek
Previous Topic: Drag and Drop in Ctrl
Next Topic: Modal window loops....
Goto Forum:
  


Current Time: Sat Jul 05 19:44:36 CEST 2025

Total time taken to generate the page: 0.03783 seconds